-
Notifications
You must be signed in to change notification settings - Fork 44
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
Question about Database Migration #182
Comments
By default when a starter is created there is nothing to migrate right? Also if a user uses a preset in the workspace URL then migrations will happen there and so we dont want to do redundant migrations. I figure that once a user has something to migrate they will enable it themselves but now that you mention it I do see that that is one extra step they wouldnt have to do. Thoughts? |
That was exactly my thought too. Of course, a new project does not need a direct migration. However, there is no indication in the documentation that the migration has already been prepared in the init project, but is still waiting to be activated. |
I will add a migration section to the README and talk about typical Laravel migration and seeding setups using |
Moved to #183 |
Why is a database migration not automatically performed at the end? Is there a reason why this does not happen in the standard?
gitpod-laravel-starter/.gp/bash/init-project.sh
Lines 10 to 23 in acf39fe
The text was updated successfully, but these errors were encountered: