1
0
Fork 0
forked from forgejo/forgejo

Add field IsAllRepositories to team

This commit is contained in:
Nicolas Gourdon 2019-04-28 10:06:26 +02:00
parent d29d97d91c
commit 0b8e90e39b
4 changed files with 45 additions and 16 deletions

View file

@ -223,6 +223,8 @@ var migrations = []Migration{
NewMigration("add uploader id for table attachment", addUploaderIDForAttachment),
// v84 -> v85
NewMigration("add table to store original imported gpg keys", addGPGKeyImport),
// v85 -> v86
NewMigration("add is_all_repositories to teams", addTeamIsAllRepositories),
}
// Migrate database to current version