API 1.0.47 Customer.trial

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-08-06 18:16:17 +02:00
parent 4fcdf02221
commit b0ab1b4f77
7 changed files with 18 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
START TRANSACTION;
ALTER TABLE `customer`
ADD COLUMN `trial` TINYINT NULL DEFAULT NULL AFTER `synced_date`;
UPDATE configuration set config_value = "1.0.47", date_change=CURRENT_DATE WHERE config_key = "db_version";
COMMIT;