updated code
This commit is contained in:
@@ -710,4 +710,30 @@
|
||||
<sqlFile dbms="postgresql"
|
||||
path="classpath:db/dump/updated_form_field_data_16-09-2024.sql" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="23-09-2024_1" author="Rajesh Khore">
|
||||
<createTable tableName="saml_response_log">
|
||||
<column name="id" type="INTEGER" autoIncrement="true">
|
||||
</column>
|
||||
|
||||
<column name="request" type="TEXT">
|
||||
</column>
|
||||
|
||||
<column name="response" type="TEXT">
|
||||
</column>
|
||||
|
||||
<column name="authentication_object" type="TEXT">
|
||||
</column>
|
||||
|
||||
<column name="exception_object" type="TEXT">
|
||||
</column>
|
||||
|
||||
<column name="created_date" type="TIMESTAMP WITHOUT TIME ZONE">
|
||||
</column>
|
||||
|
||||
<column name="updated_date" type="TIMESTAMP WITHOUT TIME ZONE">
|
||||
</column>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user