Closed yesnault closed 7 years ago
In previous version of sql-migrate, it was ok to write "-- +migrate Down" with just a comment. Now, on master, it's not possible anymore.
This PR will allow user to comment a section without having a sql instruction. The comments are also ignored properly.
Example: " -- +migrate Down -- no migration here "
Excellent stuff, thanks!
In previous version of sql-migrate, it was ok to write "-- +migrate Down" with just a comment. Now, on master, it's not possible anymore.
This PR will allow user to comment a section without having a sql instruction. The comments are also ignored properly.
Example: " -- +migrate Down -- no migration here "