Revision 9756
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
6 | 6 |
LANGUAGE sql VOLATILE |
7 | 7 |
COST 100; |
8 | 8 |
|
9 |
|
|
9 |
/* IMPORTANT: when changing this table's schema, you must regenerate data.sql: |
|
10 |
$ <this_file>/../test_taxonomic_names/test_scrub |
|
11 |
*/ |
|
10 | 12 |
CREATE TABLE tnrs |
11 | 13 |
( |
12 | 14 |
"Time_submitted" timestamp with time zone DEFAULT now(), |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs: documented that when changing this table's schema, you must regenerate data.sql using `inputs/test_taxonomic_names/test_scrub`