Revision 3374
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
3 | 3 |
WARNING: This will delete the current public schema of your VegBIEN DB! |
4 | 4 |
Uninstall: make uninstall |
5 | 5 |
WARNING: This will delete your entire VegBIEN DB! |
6 |
This includes all public schema versions and staging tables.
|
|
6 |
This includes all archived imports and staging tables.
|
|
7 | 7 |
Reinstall all datasources at once: . bin/reinstall_all |
8 | 8 |
|
9 | 9 |
Data import: |
Makefile | ||
---|---|---|
179 | 179 |
#### DB and bien user |
180 | 180 |
|
181 | 181 |
confirmRmDb = $(call confirm,WARNING: This will delete your entire VegBIEN\ |
182 |
DB!,This includes all public schema versions and staging tables.)
|
|
182 |
DB!,This includes all archived imports and staging tables.)
|
|
183 | 183 |
|
184 | 184 |
confirmRmPublicSchema = $(call confirm,WARNING: This will delete the current\ |
185 | 185 |
public schema of your VegBIEN DB!,To save it: make schemas/rotate) |
Also available in: Unified diff
main Makefile: VegBIEN DB: Removing database warning message: Changed "public schema versions" to "archived imports" for clarity