Merge pull request #161 from Kitzanos/feature/GEPAFINBE-128
GEPAFINBE-128(Create a Summary Page per User (exclude Beneficiari))
This commit is contained in:
@@ -2152,6 +2152,32 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="13-01-2025_RK_142215" author="Rajesh Khore">
|
||||
<createTable tableName="role_action_context">
|
||||
<column autoIncrement="true" name="id" type="BIGINT">
|
||||
<constraints nullable="false" primaryKey="true"
|
||||
primaryKeyName="pk_role_action_context"/>
|
||||
</column>
|
||||
<column name="action_context" type="TEXT"/>
|
||||
<column name="role_id" type="BIGINT"/>
|
||||
<column name="is_deleted" type="BOOLEAN" defaultValueBoolean="false">
|
||||
<constraints nullable="false"/>
|
||||
</column>
|
||||
<column name="is_viewed" type="BOOLEAN" defaultValueBoolean="true">
|
||||
<constraints nullable="false"/>
|
||||
</column>
|
||||
<column name="description" type="TEXT"/>
|
||||
<column name="created_date" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
<column name="updated_date" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
</createTable>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="13-01-2025_RK_164615" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_action_context_data_09_01_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
|
||||
<changeSet id="31-12-2024" author="Piyush Kag">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/update_json_template_for_notification_31_12_2024.sql"/>
|
||||
|
||||
Reference in New Issue
Block a user