mirror of
https://github.com/certd/certd.git
synced 2026-04-26 05:37:25 +08:00
feat: 支持postgresql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO sys_settings (key, title, setting,access) VALUES ('sys.install','安装信息','{"installTime":'|| (select (timestamp) from flyway_history where id = 1 )||'}','private');
|
||||
|
||||
ALTER TABLE sys_user ADD COLUMN password_version integer DEFAULT 1;
|
||||
ALTER TABLE sys_user ADD COLUMN password_salt varchar(36);
|
||||
Reference in New Issue
Block a user