Skip to content

Commit 0c44cf7

Browse files
committed
Commit
1 parent 8c92f46 commit 0c44cf7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

models/migrations/migrations.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -577,18 +577,18 @@ var migrations = []Migration{
577577
// Gitea 1.22.0 ends at 294
578578

579579
// v294 -> v295
580-
NewMigration("Add unique index for project issue table", v1_23.AddUniqueIndexForProjectIssue),
580+
NewMigration("Add unique index for project issue table", v1_22.AddUniqueIndexForProjectIssue),
581581
// v295 -> v296
582-
NewMigration("Add commit status summary table", v1_23.AddCommitStatusSummary),
582+
NewMigration("Add commit status summary table", v1_22.AddCommitStatusSummary),
583583
// v296 -> v297
584-
NewMigration("Add missing field of commit status summary table", v1_23.AddCommitStatusSummary2),
584+
NewMigration("Add missing field of commit status summary table", v1_22.AddCommitStatusSummary2),
585585
// v297 -> v298
586-
NewMigration("Add everyone_access_mode for repo_unit", v1_23.AddRepoUnitEveryoneAccessMode),
586+
NewMigration("Add everyone_access_mode for repo_unit", v1_22.AddRepoUnitEveryoneAccessMode),
587587
// v298 -> v299
588588
NewMigration("Drop wrongly created table o_auth2_application", v1_22.DropWronglyCreatedTable),
589589

590590
// Gitea 1.22.0-rc1 ends at 299
591-
NewMigration("Drop wrongly created table o_auth2_application", v1_23.DropWronglyCreatedTable),
591+
NewMigration("Drop wrongly created table o_auth2_application", v1_22.DropWronglyCreatedTable),
592592
// v300 -> v301
593593
NewMigration("Add TimeEstimate to issue table", v1_23.AddTimeEstimateColumnToIssueTable),
594594
}

0 commit comments

Comments
 (0)