1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-02 16:04:26 +00:00
Files
seafile-server/scripts/sql/sqlite/config.sql

2 lines
70 B
MySQL
Raw Permalink Normal View History

2019-05-19 19:39:50 -07:00
CREATE TABLE IF NOT EXISTS Config (key TEXT PRIMARY KEY, value TEXT);