Revision 14312
Added by Aaron Marcuse-Kubitza over 10 years ago
schema.sql | ||
---|---|---|
509 | 509 |
|
510 | 510 |
COMMENT ON TABLE taxon_match IS ' |
511 | 511 |
whenever columns are renamed: |
512 |
SELECT util.derived_cols_sync(''"TNRS".taxon_match'');
|
|
512 |
SELECT util.derived_cols_update(''"TNRS".taxon_match'');
|
|
513 | 513 |
|
514 | 514 |
to remove columns or add columns at the end: |
515 | 515 |
$ rm=1 inputs/.TNRS/data.sql.run |
Also available in: Unified diff
fix: inputs/.TNRS/schema.sql: taxon_match: COMMENT: updated util.derived_cols_sync() to util.derived_cols_update()