Fix initialization errors
[ccsdk/apps.git] / ms / neng / src / test / resources / h2db / changelog / h2db.changelog-master.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2  <!--
3  * ============LICENSE_START=======================================================
4  * ONAP : CCSDK.apps
5  * ================================================================================
6  * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  * 
12  *      http://www.apache.org/licenses/LICENSE-2.0
13  * 
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  -->
21 <databaseChangeLog
22         xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9"
23         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24         xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9
25          http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd">
26  
27     <include file="h2db/changelog/scripts/rel_18_10/create_base_tables.sql" />
28     <include file="db/changelog/scripts/rel_18_10/01_initial_ref_data_v1.sql" />
29     <include file="db/changelog/scripts/rel_18_10/02_create_indexes_ddl.sql" />
30     <include file="db/changelog/scripts/rel_18_10/04_ref_data_extrn_int.sql" />
31     
32     <include file="h2db/changelog/scripts/50_load_sim_data_dml.sql" />
33     <include file="h2db/changelog/scripts/51_ref_data_upd_dml.sql" />
34 </databaseChangeLog>