mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-03 16:34:33 +00:00
Fix the create table sqls.
This commit is contained in:
@@ -1 +1 @@
|
||||
CREATE TABLE Config (key TEXT PRIMARY KEY, value TEXT);
|
||||
CREATE TABLE IF NOT EXISTS Config (key TEXT PRIMARY KEY, value TEXT);
|
||||
|
Reference in New Issue
Block a user