feat: 初始化核心应用结构,新增循环交易、短信、分配规则和用户设置等服务,并更新相关依赖和配置。
This commit is contained in:
5
migration.sql
Normal file
5
migration.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add AutoExecute column to allocation_rules table
|
||||
ALTER TABLE allocation_rules ADD COLUMN auto_execute BOOLEAN DEFAULT TRUE;
|
||||
|
||||
-- Add Phone column to user_settings table
|
||||
ALTER TABLE user_settings ADD COLUMN phone VARCHAR(20);
|
||||
Reference in New Issue
Block a user