1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-05 11:16:18 +00:00
seafile-server/scripts/upgrade/sql/6.3.0/mysql/ccnet.sql

2 lines
135 B
MySQL
Raw Normal View History

2018-04-18 07:22:31 +00:00
alter table `Group` add column parent_group_id INTEGER default 0; -- Replace `Group` if you configured table `Group` to another name.