0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-15 11:47:29 +01:00
Commit graph

6 commits

Author SHA1 Message Date
zeripath
d1a32fa108 Attempt to fix () 2019-05-05 14:58:49 -04:00
Lanre Adelowo
821184c203 Drop is_bare IDX only when it exists for MySQL and MariaDB ()
* Drop is_bare IDX only when it exists

* show indexes only on mysql or mariadb
2019-04-24 20:43:38 +03:00
Lunny Xiao
b80d6490f3 fix migration 78 error mssql () 2019-01-21 12:12:45 +02:00
zeripath
b0fbefc76b Fix the v78 migration script ()
Unfortunately the last fix didn't completely fix the migration to v79 of the db
due to bug with schema locking during Sync2. This should fix this issue.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2019-01-19 20:20:52 -05:00
Lunny Xiao
41f19e1a38 fix migration bug () 2019-01-18 09:50:38 -05:00
zeripath
07802a2bc5 Refactor repo.isBare to repo.isEmpty ()
* Refactor repo.isBare to repo.isEmpty 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove Sync call
2019-01-17 19:01:04 -05:00