In case the console can't figure out what the down migration should be, it should populate the down migration with a comment.
For example:
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- DROP TABLE orders;
@arvi3411301 This should go along with the v2 config.yaml change that is happening so that the squash command works well.