mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 支持mysql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- for preview 限制演示环境的数据修改
|
||||
ALTER TABLE sys_user AUTO_INCREMENT = 1000;
|
||||
ALTER TABLE sys_permission AUTO_INCREMENT = 1000;
|
||||
ALTER TABLE sys_role AUTO_INCREMENT = 1000;
|
||||
Reference in New Issue
Block a user