From 7128f1befeca5c780673b39a3826f01ae0ee83ad Mon Sep 17 00:00:00 2001 From: Vojtech Huser Date: Wed, 27 Sep 2017 22:32:46 -0400 Subject: [PATCH] typo in column name using the SqlRender mechanism, this fix will propagate to other flavors. reveue_code_source_value was mispelled --- Sql Server/OMOP CDM ddl - SQL Server.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sql Server/OMOP CDM ddl - SQL Server.sql b/Sql Server/OMOP CDM ddl - SQL Server.sql index 751322f..e150d04 100644 --- a/Sql Server/OMOP CDM ddl - SQL Server.sql +++ b/Sql Server/OMOP CDM ddl - SQL Server.sql @@ -613,7 +613,7 @@ CREATE TABLE cost payer_plan_period_id INTEGER NULL , amount_allowed FLOAT NULL , revenue_code_concept_id INTEGER NULL , - reveue_code_source_value VARCHAR(50) NULL, + revenue_code_source_value VARCHAR(50) NULL, drg_concept_id INTEGER NULL, drg_source_value CHAR(3) NULL )