oubo 4 ani în urmă
părinte
comite
5ceb3a59ce
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      data/upgrade/v4.0.0/v4.0.0.sql

+ 1 - 1
data/upgrade/v4.0.0/v4.0.0.sql

@@ -240,7 +240,7 @@ ADD COLUMN IF NOT EXISTS `receive_user_ids`  text CHARACTER SET utf8 COLLATE utf
 
 
 ALTER TABLE `t_documentary_step`
-ADD COLUMN IF NOT EXISTS `step_is_system` tinyint(1) NULL DEFAULT 0 AFTER `step_number`
+ADD COLUMN IF NOT EXISTS `step_is_system` tinyint(1) NULL DEFAULT 0 AFTER `step_number`,
 ADD COLUMN IF NOT EXISTS `documentary_type`  tinyint(1) NULL DEFAULT 1 AFTER `step_is_system`;
 
 ALTER TABLE `t_documentary_statistics`