Skip to content
Snippets Groups Projects
Commit e69bae5c authored by Lukas Werner's avatar Lukas Werner
Browse files

moved notification liquibase files to its own module

parent 51b69b72
No related branches found
No related tags found
2 merge requests!39Beta,!35Platform 2035484 new liquibase structure
Pipeline #42835 passed with warnings
......@@ -377,22 +377,6 @@
<column name="DATE_NEW" valueDate="2022-10-11T15:37:24"/>
</insert>
</changeSet>
<!-- ToDo: Modularization move to notification? -->
<changeSet author="(generated)" id="6358cde0-b63f-4559-b575-623c99fa0158">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
SELECT COUNT(1) FROM asys_versionhistory WHERE TABLE_NAME = 'ASYS_NOTIFICATIONS';
</sqlCheck>
</preConditions>
<insert tableName="asys_versionhistory">
<column name="TABLE_NAME" value="ASYS_NOTIFICATIONS"/>
<column name="VERSION" value="1.0.0"/>
<column name="OPERATION_TYPE" value="DB_INIT"/>
<column name="OPERATION_DESCRIPTION" value="DB_INIT"/>
<column name="USER_NEW" value="_____DESIGNERANONYM"/>
<column name="DATE_NEW" valueDate="2022-10-11T15:37:24"/>
</insert>
</changeSet>
<changeSet author="(generated)" id="17d8a9d9-3f0d-4bb0-bf22-db9d05bd0b5b">
<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