mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
Add reactions to issues/PR and comments (#2856)
This commit is contained in:
@@ -148,6 +148,8 @@ var migrations = []Migration{
|
||||
NewMigration("add repo indexer status", addRepoIndexerStatus),
|
||||
// v49 -> v50
|
||||
NewMigration("add lfs lock table", addLFSLock),
|
||||
// v50 -> v51
|
||||
NewMigration("add reactions", addReactions),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user