mirror of https://github.com/go-gitea/gitea.git
Browse Source
Fix #30872 We will assume the database is consistent before executing the migration. So the indexes should exist. Removing `IF EXIST` then is safe enough. --------- Co-authored-by: silverwind <me@silverwind.io>pull/30949/head
3 changed files with 12 additions and 10 deletions
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
||||
- |
||||
id: 1 |
||||
user_id: 1 |
||||
pull_id: 1 |
||||
commit_sha: 19fe5caf872476db265596eaac1dc35ad1c6422d |
||||
|
||||
Loading…
Reference in new issue