Skip to content
Snippets Groups Projects
Commit ccfd4eda authored by Pascal Neub's avatar Pascal Neub
Browse files

Merge branch '2046020_flowableIdmServiceInternalTechnical' into 'main'

[Projekt: Entwicklung - Infrastruktur][TicketNr.: 2046020][User flowableIdmService mit mehr Informationen anreichern]

See merge request !22
parents 59b1f386 e453dd24
Branches major
No related tags found
1 merge request!22[Projekt: Entwicklung - Infrastruktur][TicketNr.: 2046020][User flowableIdmService mit mehr Informationen anreichern]
Pipeline #53290 passed with warnings
......@@ -51,6 +51,23 @@
<column name="PROPVAL_CLOB"/>
</insert>
</changeSet>
<changeSet author="(generated)" id="e5067104-39e7-4f74-bb0a-363135a5f477">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
SELECT COUNT(1) FROM ASYS_USERS WHERE ASYS_USERS.ID = '64f250b0-856c-4a3f-9c20-12f5e19bfe6a';
</sqlCheck>
</preConditions>
<insert tableName="ASYS_USERS">
<column name="ID" value="64f250b0-856c-4a3f-9c20-12f5e19bfe6a"/>
<column name="DATE_NEW" valueDate="2020-05-14T09:21:02"/>
<column name="DATE_EDIT" valueDate="2020-05-14T09:21:02"/>
<column name="NAME" value="_____USER_6283cfd9-cf4d-4711-95a1-9b0d74526e01"/>
<column name="GROUPID" value="ROLE"/>
<column name="PROPKEY" value="roleNames"/>
<column name="PROPVAL" value="INTERNAL_TECHNICAL"/>
<column name="PROPVAL_CLOB"/>
</insert>
</changeSet>
<changeSet author="(generated)" id="ba7ff603-8a85-4838-85cb-04d1f5b7497c">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment