We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please clarify how to reverse a migration or execute the down statements of migration file using sbt pillar plugin.
The text was updated successfully, but these errors were encountered:
Simply put: You cannot. Pillar requires a dateRestriction to determine what shall be applied und what shall be reversed https://github.com/comeara/pillar/blob/master/src/main/scala/com/chrisomeara/pillar/CassandraMigrator.scala#L9 and this plugin does not pass a date for that.
dateRestriction
Sorry, something went wrong.
Of course we could add that if needed.
No branches or pull requests
Please clarify how to reverse a migration or execute the down statements of migration file using sbt pillar plugin.
The text was updated successfully, but these errors were encountered: