Revision 5671
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
169 | 169 |
Remember to update the following files with any renamings: |
170 | 170 |
schemas/filter_ERD.csv |
171 | 171 |
mappings/VegCore-VegBIEN.csv |
172 |
bin/tnrs_db |
|
173 | 172 |
Regenerate schema from installed DB: make schemas/remake |
174 | 173 |
Reinstall DB from schema: make schemas/reinstall |
175 | 174 |
WARNING: This will delete the current public schema of your VegBIEN DB! |
Also available in: Unified diff
README.TXT: Schema changes: files to update with any renamings: Removed tnrs_db because that is now abstracted from the schema through the tnrs_input_name view. Note that PostgreSQL will automatically update tnrs_input_name with any table or column renames, which is the significant advantage of using a view rather than a hardcoded query.