v1.2.7 memberships

This commit is contained in:
bossanyit
2023-05-08 07:58:57 +02:00
parent a8d54fa78f
commit 7a6dd693cb
9 changed files with 142 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
START TRANSACTION;
ALTER TABLE `customer_membership`
ADD COLUMN `end_date` DATETIME NULL DEFAULT NULL AFTER `start_date`;
UPDATE configuration set config_value = "1.2.7", date_change=CURRENT_DATE WHERE config_key = "db_version";
COMMIT;