go-pg / migrations

SQL database migrations for Golang go-pg and PostgreSQL
https://godoc.org/github.com/go-pg/migrations
BSD 2-Clause "Simplified" License
309 stars 59 forks source link

Migrate up and down in the same sql file #103

Open ravener opened 3 years ago

ravener commented 3 years ago

Instead of having seperate .up.sql and down.sql it'd be nice to have something like https://github.com/rubenv/sql-migrate which allows comments like -- +migrate up and easily allows both up and down to be written in the same file.