1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-02 16:04:26 +00:00

Update sql scripts.

This commit is contained in:
cuihaikuo
2018-06-11 11:50:24 +08:00
parent 0215868209
commit 8cd7ef9bea
5 changed files with 14 additions and 0 deletions

View File

@@ -1 +1,2 @@
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.