models/db.go
@@ -125,6 +125,7 @@ SystemConfig{}, WarehouseMonthStats{}, WarehouseStatsItems{}, MiniDict{}, ) return err } @@ -135,7 +136,6 @@ func InsertDefaultData() { models := []interface{}{ NewDepartmentSearch(), NewLocationSearch(), } for _, model := range models {