mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
5 lines
187 B
SQL
5 lines
187 B
SQL
-- for preview 限制演示环境的数据修改
|
|
ALTER TABLE sys_user AUTO_INCREMENT = 1000;
|
|
ALTER TABLE sys_permission AUTO_INCREMENT = 1000;
|
|
ALTER TABLE sys_role AUTO_INCREMENT = 1000;
|