added batch file upload feature

This commit is contained in:
Prince
2026-06-20 02:33:37 +02:00
parent dcb917e899
commit 4d0e18c1a6
26 changed files with 2263 additions and 104 deletions

View File

@@ -1,28 +1,13 @@
<?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="1781700776654-3">
<addColumn tableName="group_batch_item">
<column name="bill_client_id" type="varchar(255)"/>
<changeSet author="khoza (generated)" id="1781914969011-3">
<addColumn tableName="transaction">
<column name="credit_address" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1781700776654-4">
<addColumn tableName="group_batch_item">
<column name="bill_name" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1781700776654-5">
<addColumn tableName="group_batch_item">
<column name="bill_product_name" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1781700776654-6">
<addColumn tableName="group_batch_item">
<column name="provider_image" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1781700776654-7">
<addColumn tableName="group_batch_item">
<column name="provider_label" type="varchar(255)"/>
<changeSet author="khoza (generated)" id="1781914969011-4">
<addColumn tableName="transaction">
<column name="credit_voucher" type="varchar(255)"/>
</addColumn>
</changeSet>
</databaseChangeLog>