chore(db): 将已执行完成的 SQL 脚本从 updatesql 迁移至 done 目录
将历史已执行完毕的 SQL 更新脚本统一归档至 db/done/ 目录, 便于区分待执行脚本与已完成脚本。
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `emergency_order`
|
||||
ADD COLUMN `destroy_group` tinyint(1) NULL DEFAULT 0 COMMENT '是否解散群聊(0:否 1:是)' AFTER `major_user_two_avatar`;
|
||||
Reference in New Issue
Block a user