mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
feat: 支持postgresql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- for preview 限制演示环境的数据修改
|
||||
select setval('sys_permission_id_seq', 1000);
|
||||
select setval('sys_user_id_seq', 1000);
|
||||
select setval('sys_role_id_seq', 1000);
|
||||
Reference in New Issue
Block a user