Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update migration id
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 7, 2023
1 parent 4c280e5 commit 4af4f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repositories/config/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ var NoopMigrations = []*gormigrate.Migration{
},

{
ID: "2023-08-04-noop-migration-execution-admin-tags",
ID: "2023-08-04-execution-admin-tags", // A join table used to associate executions with tags
Migrate: func(tx *gorm.DB) error {
type AdminTag struct {
gorm.Model
Expand Down

0 comments on commit 4af4f4f

Please sign in to comment.