1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-01 09:24:35 +00:00
seahub/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql

3 lines
229 B
MySQL
Raw Normal View History

2021-12-03 07:35:16 +00:00
CREATE TABLE IF NOT EXISTS GroupStructure (group_id INTEGER PRIMARY KEY, path VARCHAR(1024));
alter table `Group` add column parent_group_id INTEGER default 0; -- Replace `Group` if you configured table `Group` to another name.