diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-11 13:13:42 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-11 18:38:34 +0000 |
commit | b87bb6cdc2e8abe9a3bdcd545479d45b9e87df8c (patch) | |
tree | 37ce1892ba48dbb76639fd81b7562358d67c1cd6 /ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml | |
parent | 5478c380243bd957135a2d85a511123b8fb90277 (diff) |
Fix initialization errors
Updated database initialization to correctly handle differences
between mysql/mariadb syntax and h2 syntax.
Change-Id: I6f2732da5d26201fc61ef8de7d30e3137220c184
Issue-ID: CCSDK-2978
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml')
-rw-r--r-- | ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml b/ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml index 2826e4d4..6f8eab44 100644 --- a/ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml +++ b/ms/neng/src/test/resources/h2db/changelog/h2db.changelog-master.xml @@ -24,11 +24,11 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd"> - <include file="db/changelog/scripts/rel_18_10/create_base_tables.sql" /> + <include file="h2db/changelog/scripts/rel_18_10/create_base_tables.sql" /> <include file="db/changelog/scripts/rel_18_10/01_initial_ref_data_v1.sql" /> <include file="db/changelog/scripts/rel_18_10/02_create_indexes_ddl.sql" /> <include file="db/changelog/scripts/rel_18_10/04_ref_data_extrn_int.sql" /> <include file="h2db/changelog/scripts/50_load_sim_data_dml.sql" /> <include file="h2db/changelog/scripts/51_ref_data_upd_dml.sql" /> -</databaseChangeLog>
\ No newline at end of file +</databaseChangeLog> |