1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-04 08:54:39 +00:00

Add upgrade scripts.

This commit is contained in:
cuihaikuo
2018-04-18 15:22:31 +08:00
parent b9d74500fa
commit 6e2bbbc53d
5 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1 @@
alter table `Group` add column parent_group_id INTEGER default 0; -- Replace `Group` if you configured table `Group` to another name.