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