mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-16 21:54:11 +09: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