mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-24 06:08:44 +00:00
2 lines
56 B
SQL
2 lines
56 B
SQL
CREATE TABLE Config (key TEXT PRIMARY KEY, value TEXT);
|