1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-05 09:20:13 +00:00

Create tables by script.

This commit is contained in:
cuihaikuo
2019-03-27 16:14:00 +08:00
parent 3f5b7e4025
commit dd0519d7c3
18 changed files with 597 additions and 15 deletions

View File

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