Update postgres schema file name

This commit is contained in:
jamesagnew 2021-10-11 17:44:11 -04:00
parent bc0f5d4ef6
commit 56ef55a353
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public enum DriverTypeEnum {
retval = "mysql57.sql"; retval = "mysql57.sql";
break; break;
case POSTGRES_9_4: case POSTGRES_9_4:
retval = "postgresql92.sql"; retval = "hapifhirpostgres94.sql";
break; break;
case ORACLE_12C: case ORACLE_12C:
retval = "oracle12c.sql"; retval = "oracle12c.sql";