Skip to content
Snippets Groups Projects
Commit 297737c5 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '#1072437_removeInsertAsysSystem' into '2021.2'

[Projekt: Entwicklung - Neon][TicketNr.: 1072437][Liquibase Basic: insert_asys_system entfernen]

See merge request xrm/basic!1513
parents 8b813edc 31d191f0
No related branches found
No related tags found
No related merge requests found
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="autogenerated" id="78b10ae152efbd6794899dcb4a18e3a2">
<insert tableName="ASYS_SYSTEM">
<column name="KIND" valueNumeric="600"/>
<column name="DATE_EDIT" valueDate="2020-09-28T04:50:35"/>
<column name="NAME" value="_____SYSTEM_SYSDB_VERSION"/>
<column name="ID" value="_____SYSTEM_SYSDB_VERSION "/>
<column name="USER_EDIT" value="_____DESIGNERANONYM"/>
<column name="TITLE" value="2.8.8"/>
<column name="XMLDATA" valueBlobFile="defaultBlob/_____system_sysdb_version.xml"/>
<column name="USER_NEW" value="_____DESIGNERANONYM"/>
<column name="DATE_NEW" valueDate="2018-05-24T02:53:57"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -28,7 +28,6 @@
<include relativeToChangelogFile="true" file="struct/create_asys_record.xml"/>
<include relativeToChangelogFile="true" file="struct/create_asys_recordgroup.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_aliasconfig.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_system.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_permissionset.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_permission.xml"/>
<include relativeToChangelogFile="true" file="data/insert_asys_permissionaction.xml"/>
......
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