mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-24 01:30:57 +00:00
2 lines
70 B
MySQL
2 lines
70 B
MySQL
|
CREATE TABLE IF NOT EXISTS Config (key TEXT PRIMARY KEY, value TEXT);
|