1
0
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:
ly1217
2019-05-19 19:39:50 -07:00
parent 7ecb334194
commit b73e3ef989
7 changed files with 483 additions and 396 deletions

View File

@@ -1 +1 @@
CREATE TABLE Config (key TEXT PRIMARY KEY, value TEXT);
CREATE TABLE IF NOT EXISTS Config (key TEXT PRIMARY KEY, value TEXT);