-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OZ-371: Analytics' catalog and database to be renamed
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into appointments SELECT t.* from analytics.analytics.appointments t | ||
INSERT into appointments SELECT t.* from {ANALYTICS_CATALOG}.analytics.appointments t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into concepts SELECT t.* from analytics.analytics.concepts t | ||
INSERT into concepts SELECT t.* from {ANALYTICS_CATALOG}.analytics.concepts t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into conditions SELECT t.* from analytics.analytics.conditions t | ||
INSERT into conditions SELECT t.* from {ANALYTICS_CATALOG}.analytics.conditions t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into encounter_diagnoses SELECT t.* from analytics.analytics.encounter_diagnoses t | ||
INSERT into encounter_diagnoses SELECT t.* from {ANALYTICS_CATALOG}.analytics.encounter_diagnoses t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into encounters SELECT t.* from analytics.analytics.encounters t | ||
INSERT into encounters SELECT t.* from {ANALYTICS_CATALOG}.analytics.encounters t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into observations SELECT t.* from analytics.analytics.observations t | ||
INSERT into observations SELECT t.* from {ANALYTICS_CATALOG}.analytics.observations t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into orders SELECT t.* from analytics.analytics.orders t | ||
INSERT into orders SELECT t.* from {ANALYTICS_CATALOG}.analytics.orders t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into patient_programs SELECT t.* from analytics.analytics.patient_programs t | ||
INSERT into patient_programs SELECT t.* from {ANALYTICS_CATALOG}.analytics.patient_programs t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into patients SELECT t.* from analytics.analytics.patients t | ||
INSERT into patients SELECT t.* from {ANALYTICS_CATALOG}.analytics.patients t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into sale_order_lines SELECT t.* from analytics.analytics.sale_order_lines t | ||
INSERT into sale_order_lines SELECT t.* from {ANALYTICS_CATALOG}.analytics.sale_order_lines t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
INSERT into visits SELECT t.* from analytics.analytics.visits t | ||
INSERT into visits SELECT t.* from {ANALYTICS_CATALOG}.analytics.visits t |