Skip to content

Commit 49c68b4

Browse files
authored
Merge pull request #1 from yardenshoham/add-blender-scoped-labels-to-migrations
Add exclusive label migration
2 parents 3513f74 + 84ff558 commit 49c68b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/migrations/migrations.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ var migrations = []Migration{
455455
NewMigration("Add scope for access_token", v1_19.AddScopeForAccessTokens),
456456
// v240 -> v241
457457
NewMigration("Add actions tables", v1_19.AddActionsTables),
458+
// v241 -> v242
459+
NewMigration("Add exclusive label", v1_19.AddExclusiveLabel),
458460
}
459461

460462
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)