Revision 13438
Added by Aaron Marcuse-Kubitza over 10 years ago
vegbien.my.sql | ||
---|---|---|
13276 | 13276 |
|
13277 | 13277 |
|
13278 | 13278 |
-- |
13279 |
-- Name: Source.errors; Type: TABLE; Schema: TNRS; Owner: -; Tablespace: |
|
13280 |
-- |
|
13281 |
|
|
13282 |
CREATE TABLE `Source.errors` ( |
|
13283 |
`column` varchar(255), |
|
13284 |
value varchar(255), |
|
13285 |
error_code varchar(255) varying(5) NOT NULL, |
|
13286 |
error varchar(255) NOT NULL |
|
13287 |
); |
|
13288 |
|
|
13289 |
|
|
13290 |
-- |
|
13291 | 13279 |
-- Name: ValidMatchedTaxon; Type: VIEW; Schema: TNRS; Owner: - |
13292 | 13280 |
-- |
13293 | 13281 |
|
... | ... | |
13413 | 13401 |
USE geoscrub; |
13414 | 13402 |
|
13415 | 13403 |
-- |
13416 |
-- Name: Source.errors; Type: TABLE; Schema: geoscrub; Owner: -; Tablespace: |
|
13417 |
-- |
|
13418 |
|
|
13419 |
CREATE TABLE `Source.errors` ( |
|
13420 |
`column` varchar(255), |
|
13421 |
value varchar(255), |
|
13422 |
error_code varchar(255) varying(5) NOT NULL, |
|
13423 |
error varchar(255) NOT NULL |
|
13424 |
); |
|
13425 |
|
|
13426 |
|
|
13427 |
-- |
|
13428 | 13404 |
-- Name: county_centroids; Type: TABLE; Schema: geoscrub; Owner: -; Tablespace: |
13429 | 13405 |
-- |
13430 | 13406 |
|
... | ... | |
13535 | 13511 |
USE `TNRS`; |
13536 | 13512 |
|
13537 | 13513 |
-- |
13538 |
-- Name: Source.errors_coalesce_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13539 |
-- |
|
13540 |
|
|
13541 |
|
|
13542 |
|
|
13543 |
|
|
13544 |
-- |
|
13545 |
-- Name: Source.errors_coalesce_idx1; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13546 |
-- |
|
13547 |
|
|
13548 |
|
|
13549 |
|
|
13550 |
|
|
13551 |
-- |
|
13552 |
-- Name: Source.errors_coalesce_md5_error_code_md51_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13553 |
-- |
|
13554 |
|
|
13555 |
|
|
13556 |
|
|
13557 |
|
|
13558 |
-- |
|
13559 |
-- Name: Source.errors_error_code_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13560 |
-- |
|
13561 |
|
|
13562 |
CREATE INDEX `Source.errors_error_code_idx` ON `Source.errors` (error_code); |
|
13563 |
|
|
13564 |
|
|
13565 |
-- |
|
13566 |
-- Name: Source.errors_error_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13567 |
-- |
|
13568 |
|
|
13569 |
CREATE INDEX `Source.errors_error_idx` ON `Source.errors` (error); |
|
13570 |
|
|
13571 |
|
|
13572 |
-- |
|
13573 | 13514 |
-- Name: batch_client_version_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
13574 | 13515 |
-- |
13575 | 13516 |
|
... | ... | |
13586 | 13527 |
USE geoscrub; |
13587 | 13528 |
|
13588 | 13529 |
-- |
13589 |
-- Name: Source.errors_coalesce_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13590 |
-- |
|
13591 |
|
|
13592 |
|
|
13593 |
|
|
13594 |
|
|
13595 |
-- |
|
13596 |
-- Name: Source.errors_coalesce_idx1; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13597 |
-- |
|
13598 |
|
|
13599 |
|
|
13600 |
|
|
13601 |
|
|
13602 |
-- |
|
13603 |
-- Name: Source.errors_coalesce_md5_error_code_md51_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13604 |
-- |
|
13605 |
|
|
13606 |
|
|
13607 |
|
|
13608 |
|
|
13609 |
-- |
|
13610 |
-- Name: Source.errors_error_code_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13611 |
-- |
|
13612 |
|
|
13613 |
CREATE INDEX `Source.errors_error_code_idx` ON `Source.errors` (error_code); |
|
13614 |
|
|
13615 |
|
|
13616 |
-- |
|
13617 |
-- Name: Source.errors_error_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13618 |
-- |
|
13619 |
|
|
13620 |
CREATE INDEX `Source.errors_error_idx` ON `Source.errors` (error); |
|
13621 |
|
|
13622 |
|
|
13623 |
-- |
|
13624 | 13530 |
-- Name: geoscrub_output__unique; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
13625 | 13531 |
-- |
13626 | 13532 |
|
Also available in: Unified diff
schemas/Makefile: vegbien.sql: exclude the same set of Source tables excluded by inputs/.TNRS/schema.sql, so that reinstalling TNRS doesn't change the contents of this file