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

Allow .sql files for migrations #386

Open
joseferben opened this issue Feb 26, 2021 · 0 comments
Open

Allow .sql files for migrations #386

joseferben opened this issue Feb 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joseferben
Copy link
Contributor

joseferben commented Feb 26, 2021

Currently it is only possible to register migrations as data.

It should be possible to create 1_up.sql and 1_down.sql and so on in database/. The migrations should be registered under a configurable namespace, the default could be something like app.

We don't want timestamps in the migration file names to end up with merge conflicts that need to be resolved.

Consider implementing this first: #387

@joseferben joseferben added the enhancement New feature or request label Feb 26, 2021
@aronerben aronerben self-assigned this Mar 30, 2021
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

2 participants