mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-11 04:09:08 +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);
|