Добавление чейнчсетов
This commit is contained in:
parent
e2e38f91a5
commit
2c64c6319e
2 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<databaseChangeLog
|
||||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9
|
||||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd">
|
||||
|
||||
|
||||
<changeSet id="0001" author="saliakhov">
|
||||
<comment>create owner</comment>
|
||||
<sql>
|
||||
ALTER TABLE IF EXISTS deregistration.removal_registration OWNER to ervu_business_metrics;
|
||||
ALTER TABLE IF EXISTS metrics.incidents_files_requests OWNER to ervu_business_metrics;
|
||||
</sql>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
|
@ -15,5 +15,6 @@
|
|||
<include file="20241216-ERVU-db_changes.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20241219-ERVU-db_changes.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20241220-ERVU-db_changes.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20241227-ERVU-db_changes.xml" relativeToChangelogFile="true"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue