Kit.Instructage.Postgres/DB/General/dbchangelog-master.xml

23 lines
987 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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-latest.xsd">
<!--=======================================Создание базы====================================-->
<changeSet id="GeneralSchemas" author="Vitkovskikh">
<sqlFile path="/Deployment/schema.psql" splitStatements="false"/>
</changeSet>
<changeSet id="GeneralTables" author="Vitkovskikh">
<sqlFile path="/Deployment/tables.psql" splitStatements="false"/>
</changeSet>
<!--=======================================Обновления=======================================-->
<!--<changeSet id="Updates_2025_07_15" author="Vitkovskikh">
<sqlFile path="/updates/2025.07.15.psql" splitStatements="false"/>
</changeSet>-->
</databaseChangeLog>