mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-07-01 01:11:49 +00:00
2 lines
70 B
SQL
2 lines
70 B
SQL
CREATE TABLE IF NOT EXISTS Config (key TEXT PRIMARY KEY, value TEXT);
|