Revision 14363
Added by Aaron Marcuse-Kubitza over 10 years ago
vegbien.sql | ||
---|---|---|
20242 | 20242 |
SELECT util.recreate_view(''"TNRS".taxon_best_match''); |
20243 | 20243 |
$ make schemas/remake |
20244 | 20244 |
|
20245 |
to add columns in the middle:
|
|
20245 |
to move a column to the middle:
|
|
20246 | 20246 |
make the changes in inputs/.TNRS/schema.sql |
20247 | 20247 |
$ inputs/.TNRS/data.sql.run refresh # re-run TNRS |
20248 | 20248 |
SELECT util.derived_cols_update(''"TNRS".taxon_match''); |
Also available in: Unified diff
inputs/.TNRS/schema.sql: to add columns in the middle: renamed to "to move a column to the middle" for clarity