Revision 1550
Added by Aaron Marcuse-Kubitza almost 13 years ago
README.TXT | ||
---|---|---|
4 | 4 |
Warning: This will delete your VegBIEN DB! |
5 | 5 |
|
6 | 6 |
Data import: |
7 |
Import data into VegBIEN: . bin/import-all
|
|
7 |
Import data into VegBIEN: . bin/import_all
|
|
8 | 8 |
Empty the DB: make empty_db |
9 |
Re-import data: make empty_db; . bin/import-all
|
|
9 |
Re-import data: make empty_db; . bin/import_all
|
|
10 | 10 |
|
11 | 11 |
Schema changes: |
12 | 12 |
Regenerate schema from installed DB: make schemas/remake |
Also available in: Unified diff
Renamed import-all to import_all to match convention of using underscores