提交merge1.3

This commit is contained in:
2025-12-27 15:30:25 +08:00
parent 8c607c8749
commit 088861f66e
1245 changed files with 220442 additions and 77616 deletions

View File

@@ -1,5 +1,10 @@
<<<<<<< HEAD
ALTER TABLE tmp_orders_group_package_detail ADD group_id int8 NULL;
COMMENT ON COLUMN tmp_orders_group_package_detail.group_id IS '组号';
=======
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 '组号';
>>>>>>> v1.3
-- 插入为tmp_activity_device表添加列的迁移记录
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
VALUES ('202511031415 add_column tmp_orders_group_package_detail', '1.0.0');