- pending store op price change request.

This commit is contained in:
gazebo
2018-12-20 15:51:11 +08:00
parent 55f2445eb4
commit 5119791de2
12 changed files with 367 additions and 2 deletions

View File

@@ -37,6 +37,10 @@ func Init() {
orm.RegisterModel(&model.Promotion{}, &model.PromotionStore{}, &model.PromotionSku{})
}
if globals.EnablePendingChange {
orm.RegisterModel(&model.StoreOpRequest{})
}
// create table
orm.RunSyncdb("default", false, true)
}