You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fhir-persistence-schema/src/main/java/com/ibm/fhir/schema/control/UnusedTableRemovalNeedsV0021Migration.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ public class UnusedTableRemovalNeedsV0021Migration implements IDatabaseSupplier<
26
26
publicstaticfinalList<String> DEPRECATED_TABLES =
27
27
Arrays.asList(
28
28
// DOMAINRESOURCE
29
+
"DOMAINRESOURCE_COMPOSITES",
29
30
"DOMAINRESOURCE_DATE_VALUES",
30
31
"DOMAINRESOURCE_LATLNG_VALUES",
31
32
"DOMAINRESOURCE_LOGICAL_RESOURCES",
@@ -37,7 +38,9 @@ public class UnusedTableRemovalNeedsV0021Migration implements IDatabaseSupplier<
37
38
"DOMAINRESOURCE_SECURITY",
38
39
"DOMAINRESOURCE_STR_VALUES",
39
40
"DOMAINRESOURCE_TAGS",
41
+
"DOMAINRESOURCE_TOKEN_VALUES",
40
42
// RESOURCE
43
+
"RESOURCE_COMPOSITES",
41
44
"RESOURCE_DATE_VALUES",
42
45
"RESOURCE_LATLNG_VALUES",
43
46
"RESOURCE_LOGICAL_RESOURCES",
@@ -48,7 +51,9 @@ public class UnusedTableRemovalNeedsV0021Migration implements IDatabaseSupplier<
0 commit comments