mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-07-09 21:23:19 +00:00
3 lines
123 B
MySQL
3 lines
123 B
MySQL
|
ALTER TABLE RepoInfo ADD COLUMN status INTEGER DEFAULT 0;
|
||
|
ALTER TABLE RepoSyncError MODIFY COLUMN error_con VARCHAR(1024);
|