Remove generated comments from migrations

This commit is contained in:
Deluan
2020-04-19 22:41:38 -04:00
parent 80c8d85cb9
commit 1a8d219197
6 changed files with 0 additions and 6 deletions
@@ -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
}