Remove generated comments from migrations
This commit is contained in:
parent
80c8d85cb9
commit
1a8d219197
6 changed files with 0 additions and 6 deletions
|
|
@ -51,6 +51,5 @@ create index annotation_starred
|
||||||
}
|
}
|
||||||
|
|
||||||
func Down20200208222418(tx *sql.Tx) error {
|
func Down20200208222418(tx *sql.Tx) error {
|
||||||
// This code is executed when the migration is rolled back.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,5 @@ func Up20200310171621(tx *sql.Tx) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func Down20200310171621(tx *sql.Tx) error {
|
func Down20200310171621(tx *sql.Tx) error {
|
||||||
// This code is executed when the migration is rolled back.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,5 @@ drop table if exists search;
|
||||||
}
|
}
|
||||||
|
|
||||||
func Down20200319211049(tx *sql.Tx) error {
|
func Down20200319211049(tx *sql.Tx) error {
|
||||||
// This code is executed when the migration is rolled back.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,5 @@ create index album_max_year
|
||||||
}
|
}
|
||||||
|
|
||||||
func Down20200327193744(tx *sql.Tx) error {
|
func Down20200327193744(tx *sql.Tx) error {
|
||||||
// This code is executed when the migration is rolled back.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,5 @@ create index if not exists media_file_track_number
|
||||||
}
|
}
|
||||||
|
|
||||||
func Down20200404214704(tx *sql.Tx) error {
|
func Down20200404214704(tx *sql.Tx) error {
|
||||||
// This code is executed when the migration is rolled back.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,5 @@ func Up20200418110522(tx *sql.Tx) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func Down20200418110522(tx *sql.Tx) error {
|
func Down20200418110522(tx *sql.Tx) error {
|
||||||
// This code is executed when the migration is rolled back.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue