提交数据库变更脚本

This commit is contained in:
whm
2025-11-12 16:59:51 +08:00
parent dd0090a2a8
commit 88535b8e7c
36 changed files with 767 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE public.tmp_orders_group_package_detail ADD group_id int8 NULL;
COMMENT ON COLUMN public.tmp_orders_group_package_detail.group_id IS '组号';
-- 插入为tmp_activity_device表添加列的迁移记录
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
VALUES ('202511031415 add_column tmp_orders_group_package_detail', '1.0.0');