API 1.0.53 customer.life_long

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-11-05 18:53:36 +01:00
parent ca0312746e
commit 0050aa206d
7 changed files with 17 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
START TRANSACTION;
ALTER TABLE `customer`
ADD COLUMN `life_long` TINYINT NULL DEFAULT NULL AFTER `phone`;
UPDATE configuration set config_value = "1.0.53", date_change=CURRENT_DATE WHERE config_key = "db_version";
COMMIT;