Updated endpoint to create flow

This commit is contained in:
rajesh
2024-09-12 19:29:04 +05:30
parent 93c9662656
commit 9938b95c85
9 changed files with 56 additions and 34 deletions

View File

@@ -633,4 +633,10 @@
<column name="final_form" type="INTEGER"></column>
</addColumn>
</changeSet>
<changeSet id="12-09-2024_1" author="Rajesh Khore">
<addColumn tableName="flow_edges">
<column name="tracking_id" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
</databaseChangeLog>