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

feat: Add Artisan command to dump database to flat file #1169

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

cbj4074
Copy link
Contributor

@cbj4074 cbj4074 commented Feb 21, 2020

This command, "artisan db:dump", complements the existing
"artisan db:load".

These commands are useful primarily for testing, and in particular when
the number and nature of any migrations are such that they require a
long time to execute.

This command, "artisan db:dump", complements the existing
"artisan db:load".

These commands are useful primarily for testing, and in particular when
the number and nature of any migrations are such that they require a
long time to execute.
@cbj4074 cbj4074 marked this pull request as ready for review February 21, 2020 15:05
@cbj4074 cbj4074 requested a review from HDVinnie February 21, 2020 15:06
@HDVinnie HDVinnie merged commit 3654010 into HDInnovations:master Feb 21, 2020
@cbj4074 cbj4074 deleted the db-load-command branch March 4, 2020 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants