Skip to content
New issue

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

Add ability to fake migrations #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

youssefsiam38
Copy link

This fixes #31

This feature was needed for our system as we are migrating from our old migration system to a new one that uses gomigrate, so we need to fake the old migrations in order to proceed.

Functions added

  • FakeMigrate
  • FakeMigrateTo
  • FakeRollbackLast
  • FakeRollbackTo
  • FakeRollbackMigration

@egandro
Copy link

egandro commented Aug 20, 2023

That is an indicator that his project is a bit outdated :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow fake migrations
2 participants