add GaoStore.autoClosedDay

This commit is contained in:
Timi
2026-08-12 12:03:30 +08:00
parent 6bc73414d9
commit 5b9391a50a
10 changed files with 104 additions and 11 deletions
@@ -0,0 +1,4 @@
ALTER TABLE `gao_store`
ADD COLUMN `auto_closed_day` BOOLEAN NOT NULL DEFAULT FALSE COMMENT 'true 为启用自动计算休息日' AFTER `remark`;
ALTER TABLE `gao_store_business_day`
RENAME COLUMN `open_status` TO `status`;