1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-06 19:49:05 +00:00
seafile-server/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql

2 lines
142 B
MySQL
Raw Normal View History

2018-06-11 03:50:24 +00:00
CREATE TABLE IF NOT EXISTS LDAPConfig (cfg_group VARCHAR(255) NOT NULL, cfg_key VARCHAR(255) NOT NULL, value VARCHAR(255), property INTEGER);