Revision 13430
Added by Aaron Marcuse-Kubitza over 10 years ago
vegbien.my.sql | ||
---|---|---|
13290 | 13290 |
|
13291 | 13291 |
|
13292 | 13292 |
-- |
13293 |
-- Name: Source.errors; Type: TABLE; Schema: TNRS; Owner: -; Tablespace: |
|
13294 |
-- |
|
13295 |
|
|
13296 |
CREATE TABLE `Source.errors` ( |
|
13297 |
`column` varchar(255), |
|
13298 |
value varchar(255), |
|
13299 |
error_code varchar(255) varying(5) NOT NULL, |
|
13300 |
error varchar(255) NOT NULL |
|
13301 |
); |
|
13302 |
|
|
13303 |
|
|
13304 |
-- |
|
13293 | 13305 |
-- Name: ValidMatchedTaxon; Type: VIEW; Schema: TNRS; Owner: - |
13294 | 13306 |
-- |
13295 | 13307 |
|
... | ... | |
13415 | 13427 |
USE geoscrub; |
13416 | 13428 |
|
13417 | 13429 |
-- |
13430 |
-- Name: Source.errors; Type: TABLE; Schema: geoscrub; Owner: -; Tablespace: |
|
13431 |
-- |
|
13432 |
|
|
13433 |
CREATE TABLE `Source.errors` ( |
|
13434 |
`column` varchar(255), |
|
13435 |
value varchar(255), |
|
13436 |
error_code varchar(255) varying(5) NOT NULL, |
|
13437 |
error varchar(255) NOT NULL |
|
13438 |
); |
|
13439 |
|
|
13440 |
|
|
13441 |
-- |
|
13418 | 13442 |
-- Name: county_centroids; Type: TABLE; Schema: geoscrub; Owner: -; Tablespace: |
13419 | 13443 |
-- |
13420 | 13444 |
|
... | ... | |
13525 | 13549 |
USE `TNRS`; |
13526 | 13550 |
|
13527 | 13551 |
-- |
13552 |
-- Name: Source.errors_coalesce_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13553 |
-- |
|
13554 |
|
|
13555 |
|
|
13556 |
|
|
13557 |
|
|
13558 |
-- |
|
13559 |
-- Name: Source.errors_coalesce_idx1; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13560 |
-- |
|
13561 |
|
|
13562 |
|
|
13563 |
|
|
13564 |
|
|
13565 |
-- |
|
13566 |
-- Name: Source.errors_coalesce_md5_error_code_md51_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13567 |
-- |
|
13568 |
|
|
13569 |
|
|
13570 |
|
|
13571 |
|
|
13572 |
-- |
|
13573 |
-- Name: Source.errors_error_code_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13574 |
-- |
|
13575 |
|
|
13576 |
CREATE INDEX `Source.errors_error_code_idx` ON `Source.errors` (error_code); |
|
13577 |
|
|
13578 |
|
|
13579 |
-- |
|
13580 |
-- Name: Source.errors_error_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
13581 |
-- |
|
13582 |
|
|
13583 |
CREATE INDEX `Source.errors_error_idx` ON `Source.errors` (error); |
|
13584 |
|
|
13585 |
|
|
13586 |
-- |
|
13528 | 13587 |
-- Name: batch_client_version_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
13529 | 13588 |
-- |
13530 | 13589 |
|
... | ... | |
13541 | 13600 |
USE geoscrub; |
13542 | 13601 |
|
13543 | 13602 |
-- |
13603 |
-- Name: Source.errors_coalesce_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13604 |
-- |
|
13605 |
|
|
13606 |
|
|
13607 |
|
|
13608 |
|
|
13609 |
-- |
|
13610 |
-- Name: Source.errors_coalesce_idx1; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13611 |
-- |
|
13612 |
|
|
13613 |
|
|
13614 |
|
|
13615 |
|
|
13616 |
-- |
|
13617 |
-- Name: Source.errors_coalesce_md5_error_code_md51_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13618 |
-- |
|
13619 |
|
|
13620 |
|
|
13621 |
|
|
13622 |
|
|
13623 |
-- |
|
13624 |
-- Name: Source.errors_error_code_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13625 |
-- |
|
13626 |
|
|
13627 |
CREATE INDEX `Source.errors_error_code_idx` ON `Source.errors` (error_code); |
|
13628 |
|
|
13629 |
|
|
13630 |
-- |
|
13631 |
-- Name: Source.errors_error_idx; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
|
13632 |
-- |
|
13633 |
|
|
13634 |
CREATE INDEX `Source.errors_error_idx` ON `Source.errors` (error); |
|
13635 |
|
|
13636 |
|
|
13637 |
-- |
|
13544 | 13638 |
-- Name: geoscrub_output__unique; Type: INDEX; Schema: geoscrub; Owner: -; Tablespace: |
13545 | 13639 |
-- |
13546 | 13640 |
|
Also available in: Unified diff
schemas/vegbien.sql: synced to DB, which adds Source.errors table indexes added in the import