1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-06 11:46:31 +00:00
seafile-server/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql
2018-06-11 11:50:24 +08:00

2 lines
142 B
SQL

CREATE TABLE IF NOT EXISTS LDAPConfig (cfg_group VARCHAR(255) NOT NULL, cfg_key VARCHAR(255) NOT NULL, value VARCHAR(255), property INTEGER);