1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-25 22:51:34 +00:00
seafile-server/scripts/sql/sqlite/config.sql

2 lines
56 B
MySQL
Raw Normal View History

2019-03-27 08:14:00 +00:00
CREATE TABLE Config (key TEXT PRIMARY KEY, value TEXT);