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
There should be a possibility to rename tables in migrations, like with Postgres or Mysql: rename table(:old), to: table(:new)
rename table(:old), to: table(:new)
The text was updated successfully, but these errors were encountered:
This is definitely should be supported, I wasn't able to find a native way for a table renaming, so some emulation should be done.
Sorry, something went wrong.
Yep, I believe the only thing Mnesia supports is:
No branches or pull requests
There should be a possibility to rename tables in migrations, like with Postgres or Mysql:
rename table(:old), to: table(:new)
The text was updated successfully, but these errors were encountered: