chore: sqlite换成better-sqlite

pull/101/head
xiaojunnuo 2024-07-20 18:07:32 +08:00
parent 79c6e05e02
commit 1c6740feff
1 changed files with 1 additions and 1 deletions

View File

@ -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_salt varchar(36);