From 2bb982dada0012d59ead783aaf90e730351171cc Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 23 Mar 2015 10:19:19 -0400 Subject: #1080: Remove footer ads/branding from default template --- models/migrations/migrations.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'models') diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 4b5f5a69..94cab453 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -50,10 +50,10 @@ type Version struct { // If you want to "retire" a migration, remove it from the top of the list and // update _MIN_VER_DB accordingly var migrations = []Migration{ - NewMigration("generate collaboration from access", accessToCollaboration), // V0 -> V1 - NewMigration("make authorize 4 if team is owners", ownerTeamUpdate), // V1 -> V2 - NewMigration("refactor access table to use id's", accessRefactor), // V2 -> V3 - NewMigration("generate team-repo from team", teamToTeamRepo), // V3 -> V4 + NewMigration("generate collaboration from access", accessToCollaboration), // V0 -> V1:v0.5.13 + NewMigration("make authorize 4 if team is owners", ownerTeamUpdate), // V1 -> V2:v0.5.13 + NewMigration("refactor access table to use id's", accessRefactor), // V2 -> V3:v0.5.13 + NewMigration("generate team-repo from team", teamToTeamRepo), // V3 -> V4:v0.5.13 } // Migrate database to current version -- cgit v1.2.3