API 1.0.47 Customer.trialDate

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-08-09 15:46:10 +02:00
parent b0ab1b4f77
commit 10c8dd2319
6 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
START TRANSACTION;
ALTER TABLE `customer`
ADD COLUMN `trial` TINYINT NULL DEFAULT NULL AFTER `synced_date`;
ADD COLUMN `trial_date` DATETIME NULL DEFAULT NULL AFTER `synced_date`;
UPDATE configuration set config_value = "1.0.47", date_change=CURRENT_DATE WHERE config_key = "db_version";