Browse Source

change version

pull/5277/head
奶爸 7 years ago committed by GitHub
parent
commit
87a2fc39fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      models/migrations/migrations.go

2
models/migrations/migrations.go

@ -64,7 +64,7 @@ var migrations = []Migration{
NewMigration("update repository sizes", updateRepositorySizes),
// v16 -> v17:v0.10.31
NewMigration("remove invalid protect branch whitelist", removeInvalidProtectBranchWhitelist),
// v17 -> v18:v0.12.x
// v17 -> v18:v0.11.55
NewMigration("clean unlinked webhook and hook_tasks", cleanUnlinkedWebhookAndHookTasks),
}

Loading…
Cancel
Save