Browse Source

Fix mysql demo content

Vova Tkach 5 years ago
parent
commit
138fe658ea
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/module_index_act_mysql_setup.go

+ 2 - 1
modules/module_index_act_mysql_setup.go

@@ -542,7 +542,8 @@ func (this *Modules) RegisterAction_IndexMysqlSetup() *Action {
 			`INSERT INTO shop_cat_product_rel (product_id, category_id)
 				VALUES
 			(1, 3),
-			(2, 3);`,
+			(2, 3),
+			(3, 3);`,
 		); err != nil {
 			tx.Rollback()
 			wrap.MsgError(err.Error())