Replies: 1 comment 1 reply
-
This isn't currently supported. You can only provide a target, and the migrator will apply the necessary changes to reach that target version based on the contents of the migration directory. Maybe we could add support for: Sequel::TimestampMigrator.apply(DB, 'db/migrations/1234_migration.rb', direction: :down, table: 'schema_migrations') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I was wondering how to run
down
block for specific migration withSequel::TimestampMigrator
. I'm trying like that:Beta Was this translation helpful? Give feedback.
All reactions