Skip to content

Commit

Permalink
Remove generated comments from migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 20, 2020
1 parent 80c8d85 commit 1a8d219
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion db/migration/20200208222418_add_defaults_to_annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ create index annotation_starred
}

func Down20200208222418(tx *sql.Tx) error {
// This code is executed when the migration is rolled back.
return nil
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ func Up20200310171621(tx *sql.Tx) error {
}

func Down20200310171621(tx *sql.Tx) error {
// This code is executed when the migration is rolled back.
return nil
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ drop table if exists search;
}

func Down20200319211049(tx *sql.Tx) error {
// This code is executed when the migration is rolled back.
return nil
}
1 change: 0 additions & 1 deletion db/migration/20200327193744_add_year_range_to_album.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ create index album_max_year
}

func Down20200327193744(tx *sql.Tx) error {
// This code is executed when the migration is rolled back.
return nil
}
1 change: 0 additions & 1 deletion db/migration/20200404214704_add_indexes.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ create index if not exists media_file_track_number
}

func Down20200404214704(tx *sql.Tx) error {
// This code is executed when the migration is rolled back.
return nil
}
1 change: 0 additions & 1 deletion db/migration/20200418110522_reindex_to_fix_album_years.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ func Up20200418110522(tx *sql.Tx) error {
}

func Down20200418110522(tx *sql.Tx) error {
// This code is executed when the migration is rolled back.
return nil
}

0 comments on commit 1a8d219

Please sign in to comment.