Skip to content

Commit

Permalink
remove DB migration -- should be handled manually!
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMajer committed May 13, 2024
1 parent afc9a12 commit 46708ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,6 @@ var migrations = []Migration{
NewMigration("Add Index to comment.dependent_issue_id", v1_21.AddIndexToCommentDependentIssueID),
// v279 -> v280
NewMigration("Add Index to action.user_id", v1_21.AddIndexToActionUserID),
// v280 -> v281
NewMigration("Add support for SHA256 git repositories", v1_22.AdjustDBForSha256),
}

// GetCurrentDBVersion returns the current db version
Expand Down

0 comments on commit 46708ba

Please sign in to comment.