Browse Source

Fix mysql install action

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

+ 2 - 0
modules/module_index_act_mysql_setup.go

@@ -554,6 +554,7 @@ func (this *Modules) RegisterAction_IndexMysqlSetup() *Action {
 				user = ?,
 				currency = ?,
 				price = ?,
+				gname = ?,
 				name = ?,
 				alias = ?,
 				vendor = ?,
@@ -568,6 +569,7 @@ func (this *Modules) RegisterAction_IndexMysqlSetup() *Action {
 			1,
 			1,
 			1000.00,
+			"",
 			"Samsung Galaxy S10",
 			"samsung-galaxy-s10",
 			"Samsung",