Skip to content

Commit eaf998b

Browse files
committed
Fix bug
1 parent 7b4c3e2 commit eaf998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func prepareMigrationTasks() []*migration {
379379
newMigration(316, "Add description for secrets and variables", v1_24.AddDescriptionForSecretsAndVariables),
380380
newMigration(317, "Add new index for action for heatmap", v1_24.AddNewIndexForUserDashboard),
381381
newMigration(318, "Add anonymous_access_mode for repo_unit", v1_24.AddRepoUnitAnonymousAccessMode),
382-
newMigration(318, "Add table issue_dev_link", v1_24.CreateTableIssueDevLink),
382+
newMigration(319, "Add table issue_dev_link", v1_24.CreateTableIssueDevLink),
383383
}
384384
return preparedMigrations
385385
}

0 commit comments

Comments
 (0)