Changed sprint
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-02-27 07:55:21 +01:00
parent 886bc45525
commit 8a4e2620c2
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
ALTER TABLE `vn`.`sample`
ADD COLUMN `hasPreview` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1' AFTER `hasCompany`,
CHANGE COLUMN `isVisible` `isVisible` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1' ,
CHANGE COLUMN `hasCompany` `hasCompany` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' ;
UPDATE `vn`.`sample` SET `hasPreview` = '0' WHERE (`id` = '14');