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

Squash Migrations #2

Open
rasjonell-zz opened this issue Dec 4, 2019 · 1 comment
Open

Squash Migrations #2

rasjonell-zz opened this issue Dec 4, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rasjonell-zz
Copy link

Is your feature request related to a problem? Please describe.
After a while mostly all projects end up with a pile of migrations and release after release you want to maintain the schema and only add new migrations.

Describe the solution you'd like
User should be able to squash a specified number of migrations into a single migration file.

@rasjonell-zz rasjonell-zz added the enhancement New feature or request label Dec 5, 2019
@rasjonell-zz
Copy link
Author

Since Arango is a schemaless, we can just get the collection definitions, generate a squash file that creates all those collections with their corresponding definitions and hide all the previous migrations.

@rasjonell-zz rasjonell-zz self-assigned this Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant