completed group batch feature

This commit is contained in:
2026-06-08 09:18:06 +02:00
parent c87f1e5e23
commit 24f435a09f
60 changed files with 2006 additions and 323 deletions

View File

@@ -1,23 +1,8 @@
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<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="khoza (generated)" id="1780329348054-3">
<addColumn tableName="currency">
<column name="bank_rate" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1780329348054-4">
<addColumn tableName="transaction">
<column name="credit_amount" type="numeric(38, 2)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1780329348054-5">
<addColumn tableName="provider">
<column name="currency" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1780329348054-6">
<addColumn tableName="currency">
<column name="forecast_rate" type="varchar(255)"/>
<changeSet author="khoza (generated)" id="1780675189842-3">
<addColumn tableName="group_batch">
<column name="result_file_url" type="TEXT"/>
</addColumn>
</changeSet>
</databaseChangeLog>