typo in column name

using the SqlRender mechanism, this fix will propagate to other flavors.

reveue_code_source_value was mispelled
This commit is contained in:
Vojtech Huser 2017-09-27 22:32:46 -04:00 committed by GitHub
parent 5515b0415c
commit 7128f1befe
1 changed files with 1 additions and 1 deletions

View File

@ -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
)