adding citywallet support

This commit is contained in:
Prince
2026-06-11 16:50:41 +02:00
parent 68ed2650e8
commit 0dce7f51dc
6 changed files with 22 additions and 6 deletions

View File

@@ -1,8 +1,18 @@
<?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="1781170534745-3">
<changeSet author="khoza (generated)" id="1781189342457-3">
<addColumn tableName="transaction">
<column name="order_transaction_id" type="varchar(255)"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1781189342457-4">
<addColumn tableName="transaction">
<column name="retries" type="integer"/>
</addColumn>
</changeSet>
<changeSet author="khoza (generated)" id="1781189342457-5">
<addColumn tableName="transaction">
<column name="verification_code" type="varchar(255)"/>
</addColumn>
</changeSet>
</databaseChangeLog>