Code for dashbaord API
This commit is contained in:
@@ -2065,4 +2065,12 @@
|
||||
</insert>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="08-01-2025_NK_075410" author="Nisha kashyap">
|
||||
<addColumn tableName="application">
|
||||
<column name="amountRequested" type="numeric"></column>
|
||||
<column name="amountAccepted" type="numeric"></column>
|
||||
<column name="dateAccepted" type="TIMESTAMP WITHOUT TIME ZONE"></column>
|
||||
<column name="dateRejected" type="TIMESTAMP WITHOUT TIME ZONE"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user