Last active
December 6, 2021 16:42
-
-
Save emailrhoads/275297ca81948028201a8f93270e2b2b to your computer and use it in GitHub Desktop.
Rebuild structure and dumps #gemini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git checkout origin/master db/structure.sql | |
| git checkout origin/master spec/lib/gemini/tie_20*/dump.psql | |
| RAILS_ENV=test be rake db:drop db:create db:structure:load db:migrate | |
| RAILS_ENV=test be rake gemini:update_dump_files | |
| git checkout origin/master db/structure.sql | |
| RAILS_ENV=test be rake db:drop db:create db:structure:load db:migrate | |
| git status | |
| git add db/structure.sql | |
| git add spec/lib/gemini/tie_20*/dump.psql | |
| git commit -m "regen structure and dumps" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment