Skip to content

Commit 306a96e

Browse files
committed
reformat comment
1 parent 15697dc commit 306a96e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/migrations/migrations.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ func prepareMigrationTasks() []*migration {
380380
newMigration(309, "Improve Notification table indices", v1_23.ImproveNotificationTableIndices),
381381
newMigration(310, "Add Priority to ProtectedBranch", v1_23.AddPriorityToProtectedBranch),
382382
newMigration(311, "Add TimeEstimate to Issue table", v1_23.AddTimeEstimateColumnToIssueTable),
383-
384383
// Gitea 1.23.0-rc0 ends at migration ID number 311 (database version 312)
384+
385385
newMigration(312, "Add DeleteBranchAfterMerge to AutoMerge", v1_24.AddDeleteBranchAfterMergeForAutoMerge),
386386
newMigration(313, "Move PinOrder from issue table to a new table issue_pin", v1_24.MovePinOrderToTableIssuePin),
387387
newMigration(314, "Update OwnerID as zero for repository level action tables", v1_24.UpdateOwnerIDOfRepoLevelActionsTables),
@@ -391,12 +391,12 @@ func prepareMigrationTasks() []*migration {
391391
newMigration(318, "Add anonymous_access_mode for repo_unit", v1_24.AddRepoUnitAnonymousAccessMode),
392392
newMigration(319, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
393393
newMigration(320, "Migrate two_factor_policy to login_source table", v1_24.MigrateSkipTwoFactor),
394+
// Gitea 1.24.0 ends at migration ID number 320 (database version 321)
394395

395-
// Gitea 1.24.0 ends at database version 321
396396
newMigration(321, "Use LONGTEXT for some columns and fix review_state.updated_files column", v1_25.UseLongTextInSomeColumnsAndFixBugs),
397397
newMigration(322, "Extend comment tree_path length limit", v1_25.ExtendCommentTreePathLength),
398-
399398
// Gitea 1.25.0 ends at migration ID number 322 (database version 323)
399+
400400
newMigration(323, "Add support for actions concurrency", v1_26.AddActionsConcurrency),
401401
}
402402
return preparedMigrations

0 commit comments

Comments
 (0)