mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-23 17:20:29 +00:00
2 lines
70 B
SQL
2 lines
70 B
SQL
CREATE TABLE IF NOT EXISTS Config (key TEXT PRIMARY KEY, value TEXT);
|