1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-29 11:44:34 +00:00
seahub/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql

2 lines
142 B
MySQL
Raw Normal View History

2021-12-03 07:35:16 +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);