From 9de976ecee23f32cd5f580bea0fda1ce514c675e Mon Sep 17 00:00:00 2001 From: will king Date: Fri, 18 Feb 2022 18:08:01 -0800 Subject: [PATCH] minor correction to create http table --- .../docker-entrypoint-initdb.d/020_HttpSchema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerContainers/ClinicalTrialHistory/docker-entrypoint-initdb.d/020_HttpSchema.sql b/DockerContainers/ClinicalTrialHistory/docker-entrypoint-initdb.d/020_HttpSchema.sql index 53b5f08..3b6e204 100644 --- a/DockerContainers/ClinicalTrialHistory/docker-entrypoint-initdb.d/020_HttpSchema.sql +++ b/DockerContainers/ClinicalTrialHistory/docker-entrypoint-initdb.d/020_HttpSchema.sql @@ -23,7 +23,7 @@ As not every request will have an xml doc, split them. CREATE TABLE IF NOT EXISTS http.responses ( id SERIAL PRIMARY KEY, nct VARCHAR(15), - version SMALLINT + version SMALLINT, url VARCHAR(255), response_code SMALLINT, response_date DATE