Skip to content

Commit

Permalink
correct sql errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Grain-Yu authored Oct 10, 2023
1 parent 8b70327 commit 9260a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init_sql/v1.10.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ alter table instance_account add unique index uidx_instanceid_user_host_dbname(`
-- 然后在索引重建后,再重新添加外键
alter table instance_account add constraint fk_account_sql_instance_id foreign key (instance_id) references sql_instance(id);

--- 增加 ssl 支持
-- 增加 ssl 支持
ALTER TABLE sql_instance ADD is_ssl tinyint(1) DEFAULT 0 COMMENT '是否启用SSL';

0 comments on commit 9260a5e

Please sign in to comment.