mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: sqlite换成better-sqlite
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
INSERT INTO sys_settings ("key", title, setting,access) VALUES ("sys.install","安装信息",'{"installTime":'|| (select timestamp from 'flyway_history' where id = 1 )||'}',"private");
|
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_version integer DEFAULT 1;
|
||||||
ALTER TABLE sys_user ADD COLUMN password_salt varchar(36);
|
ALTER TABLE sys_user ADD COLUMN password_salt varchar(36);
|
||||||
|
|||||||
Reference in New Issue
Block a user