diff --git a/.dbeaver/.credentials-config.json.bak b/.dbeaver/.credentials-config.json.bak deleted file mode 100644 index 5be47bd..0000000 Binary files a/.dbeaver/.credentials-config.json.bak and /dev/null differ diff --git a/.dbeaver/.data-sources.json.bak b/.dbeaver/.data-sources.json.bak deleted file mode 100644 index 1ed4cce..0000000 --- a/.dbeaver/.data-sources.json.bak +++ /dev/null @@ -1,64 +0,0 @@ -{ - "folders": {}, - "connections": { - "mariaDB-186c896820e-6ff11b5b802d8b82": { - "provider": "mysql", - "driver": "mariaDB", - "name": "rxnav", - "save-password": true, - "configuration": { - "host": "will-office", - "port": "3306", - "url": "jdbc:mariadb://will-office:3306/", - "configurationType": "MANUAL", - "type": "dev", - "auth-model": "native" - } - }, - "postgres-jdbc-186c896a347-2a3d946d2dea4df7": { - "provider": "postgresql", - "driver": "postgres-jdbc", - "name": "aact_db", - "save-password": true, - "configuration": { - "host": "100.95.169.11", - "port": "5432", - "database": "aact_db", - "url": "jdbc:postgresql://100.95.169.11:5432/aact_db", - "configurationType": "MANUAL", - "type": "dev", - "provider-properties": {}, - "auth-model": "native" - }, - "custom-properties": { - "resultset.maxrows": "500" - } - }, - "postgres-jdbc-186cd8f479f-6cc3c10c8adc3359": { - "provider": "postgresql", - "driver": "postgres-jdbc", - "name": "drugcentral", - "save-password": true, - "configuration": { - "host": "localhost", - "port": "54320", - "database": "postgres", - "url": "jdbc:postgresql://localhost:54320/postgres", - "configurationType": "MANUAL", - "type": "dev", - "auth-model": "native" - } - } - }, - "connection-types": { - "dev": { - "name": "Development", - "color": "255,255,255", - "description": "Regular development database", - "auto-commit": true, - "confirm-execute": false, - "confirm-data-change": false, - "auto-close-transactions": false - } - } -} \ No newline at end of file diff --git a/.dbeaver/.project-metadata.json.bak b/.dbeaver/.project-metadata.json.bak deleted file mode 100644 index 1334ab3..0000000 --- a/.dbeaver/.project-metadata.json.bak +++ /dev/null @@ -1 +0,0 @@ -{"resources":{"Scripts/ASSOICATING NCTIDs to NDCs and Marketing dates.sql":{"default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db","default-schema":"public"},"Scripts/Data_summaries.sql":{"default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db","default-schema":"public"},"Scripts/DevelopingLinks.sql":{"default-schema":"public","default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db"},"Scripts/DiseaseBurdens_create_table.sql":{"default-schema":"public","default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db"},"Scripts/GlobalBurdensOfDisease2019Codebook.sql":{"default-schema":"DiseaseBurden","default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db"},"Scripts/GroupingTrials.sql":{"default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db","default-schema":"public"},"Scripts/Script.sql":{"default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db","default-schema":"public"},"Scripts/TablesAndViews_Public.sql":{"default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db","default-schema":"public"},"development_sql/ASSOICATING NCTIDs to NDCs and Marketing dates.sql":{"default-schema":"public","default-datasource":"postgres-jdbc-186c896a347-2a3d946d2dea4df7","default-catalog":"aact_db"}}} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0e6b8e4..dd8f5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -194,4 +194,4 @@ containers/drugcentral/docker-entrypoint-initdb.d/*.sql containers/drugcentral/docker-entrypoint-initdb.d/*.sql.gz containers/drugcentral/db_store/* - +.dbeaver/