Files
actions/database/schema/db.changelog.xml
2017-12-20 08:55:25 +01:00

12 lines
678 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">
<include file="/schema/commons.sql"/>
<include file="/schema/delivery-planning.sql"/>
<include file="/schema/demand-forecasting.sql"/>
<include file="/schema/product-management.sql"/>
<include file="/schema/production-planning.sql"/>
<include file="/schema/shortages-prediction.sql"/>
</databaseChangeLog>