- pending store op price change request.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user