Skip to content

Commit

Permalink
MONAHRQ-90: Update TopicCategories record. (Set schema as 7.4.0.4 for…
Browse files Browse the repository at this point in the history
… now)
  • Loading branch information
ychiu authored and Chris Carlson committed Sep 14, 2017
1 parent d066e7c commit 2d10184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public string CurrentSchemaVersion
{
get
{
return "7.4.0.0";
return "7.4.0.4";
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ UPDATE Wings_Elements
SET Hints = Name
WHERE Target_Id = 8
AND LEN(Hints) = 0

UPDATE TopicCategories
SET TopicType = 'Hospital'
WHERE Name = 'Utilization'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BEGIN TRY

UPDATE SchemaVersions SET Version = '7.4.0.0' where [Name] = 'Database Schema'
UPDATE SchemaVersions SET Version = '7.4.0.4' where [Name] = 'Database Schema'

END TRY
BEGIN CATCH
Expand Down

0 comments on commit 2d10184

Please sign in to comment.