Sfoglia il codice sorgente

update migration to 2.5.3 for support comment in Customers

root 1 anno fa
parent
commit
1b02003b4e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      scripts/updates/2-5-3/mysql-acl.sql

+ 1 - 0
scripts/updates/2-5-3/mysql-acl.sql

@@ -7,3 +7,4 @@ UPDATE `Customers` set rights=3 WHERE rights=1;
 UPDATE `Customers` set rights=1 WHERE rights=0;
 ALTER TABLE `acl`  ADD PRIMARY KEY (`id`);
 ALTER TABLE `acl`  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
+ALTER TABLE `Customers` ADD `comment` VARCHAR(100) NULL AFTER `Login`;