1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 06:46:13 +00:00
Files
seafile-server/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql

3 lines
229 B
MySQL
Raw Normal View History

2018-06-11 11:50:24 +08:00
CREATE TABLE IF NOT EXISTS GroupStructure (group_id INTEGER PRIMARY KEY, path VARCHAR(1024));
2018-04-18 15:22:31 +08:00
alter table `Group` add column parent_group_id INTEGER default 0; -- Replace `Group` if you configured table `Group` to another name.