1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-05-07 15:46:22 +00:00
seafile-server/scripts/sql/sqlite/config.sql

2 lines
70 B
MySQL
Raw Permalink Normal View History

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