mirror of
https://github.com/go-gitea/gitea
synced 2025-07-18 00:08:35 +00:00
Merge branch 'master' into feat/approval-new
# Conflicts: # models/migrations/migrations.go
This commit is contained in:
@@ -185,6 +185,8 @@ var migrations = []Migration{
|
||||
// v65 -> v66
|
||||
NewMigration("add u2f", addU2FReg),
|
||||
// v66 -> v67
|
||||
NewMigration("add login source id column for public_key table", addLoginSourceIDToPublicKeyTable),
|
||||
// v67 -> v68
|
||||
NewMigration("add review", addReview),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user