Open ravener opened 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.
-- +migrate up
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.