Revision 14360
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/.TNRS/schema.sql | ||
---|---|---|
577 | 577 |
# run the returned SQL on vegbiendev |
578 | 578 |
|
579 | 579 |
to remove columns or add columns at the end: |
580 |
$ rm=1 inputs/.TNRS/data.sql.run |
|
581 | 580 |
$ make schemas/remake |
582 | 581 |
|
583 | 582 |
to add columns in the middle: |
trunk/schemas/vegbien.sql | ||
---|---|---|
20238 | 20238 |
# run the returned SQL on vegbiendev |
20239 | 20239 |
|
20240 | 20240 |
to remove columns or add columns at the end: |
20241 |
$ rm=1 inputs/.TNRS/data.sql.run |
|
20242 | 20241 |
$ make schemas/remake |
20243 | 20242 |
|
20244 | 20243 |
to add columns in the middle: |
Also available in: Unified diff
inputs/.TNRS/schema.sql: taxon_match: to remove columns or add columns at the end: don't need to run `rm=1 inputs/.TNRS/data.sql.run` because this is now run by `make schemas/remake`