Project

General

Profile

« Previous | Next » 

Revision 9994

inputs/.TNRS/schema.sql: tnrs: vegbiendev update steps: added `make backups/TNRS.backup-remake` to back up TNRS before making changes to it. this provides a more recent restore point than the last import in case the changes mess things up. (however, the last import's backup is usually sufficient unless TNRS has been run since then.)

View differences:

schema.sql
25 25
/* IMPORTANT: when changing this table's schema, you must regenerate data.sql:
26 26
$ <this_file>/../test_taxonomic_names/test_scrub
27 27
you must also make the same changes on vegbiendev: e.g.
28
$ make backups/TNRS.backup-remake # runtime: 3 min ("real 2m44.277s")
28 29
SELECT util.set_col_types('"TNRS".tnrs', ARRAY[
29 30
  ('col', 'new_type')
30 31
]::util.col_cast[]);

Also available in: Unified diff