API 1.0.52 customer.phone

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-10-05 17:48:45 +02:00
parent 77c7e17d4a
commit ca0312746e
7 changed files with 17 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
START TRANSACTION;
ALTER TABLE `customer`
ADD COLUMN `phone` CHAR(50) NULL DEFAULT NULL AFTER `lang`;
UPDATE configuration set config_value = "1.0.52", date_change=CURRENT_DATE WHERE config_key = "db_version";
COMMIT;