updating ci

This commit is contained in:
2025-10-17 20:46:42 +02:00
parent d6439b8845
commit b7558c18d6
3 changed files with 186 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
<changeSet author="vkhoza (generated)" id="1760560268483-1">
<createTable tableName="additional_data">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="additional_dataPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -14,7 +14,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-2">
<createTable tableName="category">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="categoryPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -27,7 +27,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-3">
<createTable tableName="charge">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="chargePK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -55,7 +55,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-4">
<createTable tableName="charge_condition">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="charge_conditionPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -67,27 +67,27 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-5">
<createTable tableName="charge_exclude_products">
<column name="charge_id" type="BYTEA">
<column name="charge_id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="charge_exclude_productsPK"/>
</column>
<column name="charge_condition_id" type="BYTEA">
<column name="charge_condition_id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="charge_exclude_productsPK"/>
</column>
</createTable>
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-6">
<createTable tableName="charge_include_products">
<column name="charge_id" type="BYTEA">
<column name="charge_id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="charge_include_productsPK"/>
</column>
<column name="charge_condition_id" type="BYTEA">
<column name="charge_condition_id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="charge_include_productsPK"/>
</column>
</createTable>
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-7">
<createTable tableName="currency">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="currencyPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -99,7 +99,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-8">
<createTable tableName="integration_processor">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="integration_processorPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -111,7 +111,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-9">
<createTable tableName="otp">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="otpPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -124,7 +124,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-10">
<createTable tableName="payment_processor">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="payment_processorPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -141,7 +141,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-11">
<createTable tableName="provider">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="providerPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -161,7 +161,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-12">
<createTable tableName="recipient">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="recipientPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -178,7 +178,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-13">
<createTable tableName="setting">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="settingPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -189,7 +189,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-14">
<createTable tableName="transaction">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="transactionPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -256,7 +256,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-15">
<createTable tableName="transaction_event">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="transaction_eventPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>
@@ -270,7 +270,7 @@
</changeSet>
<changeSet author="vkhoza (generated)" id="1760560268483-16">
<createTable tableName="users">
<column name="id" type="BYTEA">
<column name="id" type="UUID">
<constraints nullable="false" primaryKey="true" primaryKeyName="usersPK"/>
</column>
<column name="created_at" type="TIMESTAMP(6) WITHOUT TIME ZONE"/>