blob: 89b248da809f52f2024b9ea73a41e48ccdeeb3e6 [file] [log] [blame]
Rina Roibfcf8e42019-07-15 10:36:26 +03001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<databaseChangeLog logicalFilePath="db.changelog-master.xml" xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">
5
6 <changeSet author="em088y" id="vid-schema-old">
7 <validCheckSum>7:5dfe06641ec9741b03d03a9d18ab8d1f</validCheckSum>
8 <validCheckSum>7:4d5f58859c45a470469614655e0c7b98</validCheckSum>
9 <validCheckSum>7:2ae05ea080ee858458be06fd0b5d726b</validCheckSum>
10 <validCheckSum>7:a2ef9dd09f0c7587bfd8845ef928a801</validCheckSum>
11 <sqlFile encoding="utf8" path="vid-schema-deprecated.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="true"/>
12 </changeSet>
13
14 <changeSet author="em088y" id="vid-data-old">
15 <validCheckSum>7:ad0ceb32f9ae0bbd02082d187b42216c</validCheckSum>
16 <validCheckSum>7:a0b9655a83dbaace18a2dc935a66e6f7</validCheckSum>
17 <validCheckSum>7:f1ce75e094def24fe1e9222386478023</validCheckSum>
18 <sqlFile encoding="utf8" path="vid-data-deprecated.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="true"/>
19 </changeSet>
20
21 <include file="db.changelog-01.sql" relativeToChangelogFile="true"/>
22
23
24
25</databaseChangeLog>