Revision 8846
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
317 | 317 |
make db |
318 | 318 |
. bin/reinstall_all |
319 | 319 |
Fix any bugs and retry until no errors |
320 |
make schemas/public/install |
|
321 |
This must be run *after* the datasources are installed, because |
|
322 |
views in public depend on some of the datasources |
|
320 | 323 |
sudo -E -u postgres psql <<<'DROP DATABASE vegbien_prev' |
321 | 324 |
On vegbiendev: repeat the above steps |
322 | 325 |
WARNING: Do not run this until reinstall_all runs successfully on |
Also available in: Unified diff
/README.TXT: Schema changes: Reinstall staging tables: added step to run `make schemas/public/install` after the datasources are installed. note that this must be run after the datasources are installed, because views in public depend on some of the datasources.