oubo 5 anos atrás
pai
commit
7eeb7c569f
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      data/upgrade/v3.0.0/v3.0.0.sql

+ 3 - 0
data/upgrade/v3.0.0/v3.0.0.sql

@@ -243,6 +243,9 @@ CREATE TABLE IF NOT EXISTS `t_product_share_error` (
   PRIMARY KEY (`error_id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
 
+ALTER TABLE `t_product_share`
+ADD COLUMN IF NOT EXISTS `hits` int(11) NULL DEFAULT 0 AFTER `share_password`;
+
 ALTER TABLE `t_rule_new`
 ADD COLUMN IF NOT EXISTS `customer_modular_group_secrecy`  tinyint(1) NULL DEFAULT 0 AFTER `product_confidential_use`;