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

Always try and include migrations in packaged folder #61

Open
SebastienGllmt opened this issue Jan 23, 2024 · 0 comments
Open

Always try and include migrations in packaged folder #61

SebastienGllmt opened this issue Jan 23, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@SebastienGllmt
Copy link
Contributor

Right now only the open-world template uses migrations so it's the only one that has the following pack.sh

mkdir -p ../packaged/migrations
cp ./db/migrations/*.sql ../packaged/migrations/

However, we should do something like this for all templates that way if somebody adds migrations to their fork they aren't confused why things are breaking

@SebastienGllmt SebastienGllmt added enhancement New feature or request help wanted Extra attention is needed labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant