Skip to content
Snippets Groups Projects
Commit 1094d2ac authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'dev_service-master' into '2021.2.0'

Dev service master

See merge request xrm/basic!1235
parents 24c28b9f ad596013
No related branches found
No related tags found
No related merge requests found
Showing
with 289 additions and 1 deletion
......@@ -2,4 +2,6 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="TopicTree/changelog.xml"/>
</databaseChangeLog>
\ No newline at end of file
<include relativeToChangelogFile="true" file="xRM-Service/changelog.xml"/>
<include relativeToChangelogFile="true" file="xRM-Service/changelog.xml"/>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="delete_TicketAttribute.xml"/>
<include relativeToChangelogFile="true" file="insert_KeywordAttributerelation.xml"/>
<include relativeToChangelogFile="true" file="update_ServiceticketAvailableStatus.xml"/>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="v.broens" id="08037161-f6e6-4c9a-b6ef-20f3ecb318a8">
<delete tableName="ab_attributeusage">
<where>AB_ATTRIBUTEUSAGEID = '8d3a5dfb-5270-4cac-a132-55df49e78fc9'</where>
</delete>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="v.broens" id="9cc04dc0-baca-4534-a3c7-2948eef0dccf">
<insert tableName="AB_KEYWORD_ATTRIBUTERELATION">
<column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="3d415d86-2a45-4503-8bb5-a66d373d601b"/>
<column name="AB_KEYWORD_ENTRY_ID" value="a81effbe-f6a3-4780-b948-17ff4f0f3bd4"/>
<column name="AB_KEYWORD_ATTRIBUTE_ID" value="14c2d515-a42f-4618-b534-7a23369d2002"/>
<column name="BOOL_VALUE" valueNumeric="1"/>
</insert>
<insert tableName="AB_KEYWORD_ATTRIBUTERELATION">
<column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="7aaef1d4-6d59-45b0-862a-92622d5ade1c"/>
<column name="AB_KEYWORD_ENTRY_ID" value="d0332f79-bc92-4e6d-9d35-9da78904a1a1"/>
<column name="AB_KEYWORD_ATTRIBUTE_ID" value="14c2d515-a42f-4618-b534-7a23369d2002"/>
<column name="BOOL_VALUE" valueNumeric="1"/>
</insert>
<insert tableName="AB_KEYWORD_ATTRIBUTERELATION">
<column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="423c0489-b20d-481e-aadc-cf9a7a74b5d6"/>
<column name="AB_KEYWORD_ENTRY_ID" value="bd0fc361-60ba-490e-9a6a-5a7b98038002"/>
<column name="AB_KEYWORD_ATTRIBUTE_ID" value="14c2d515-a42f-4618-b534-7a23369d2002"/>
<column name="BOOL_VALUE" valueNumeric="1"/>
</insert>
<insert tableName="AB_KEYWORD_ATTRIBUTERELATION">
<column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="1dbd2d34-af53-433a-9320-cb9a9cb81612"/>
<column name="AB_KEYWORD_ENTRY_ID" value="a81effbe-f6a3-4780-b948-17ff4f0f3bd4"/>
<column name="AB_KEYWORD_ATTRIBUTE_ID" value="14c2d515-a42f-4618-b534-7a23369d2001"/>
<column name="BOOL_VALUE" valueNumeric="1"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="v.broens" id="5879b13d-d0e0-42cc-965e-f9dc499caf10">
<update tableName="AB_KEYWORD_ATTRIBUTERELATION">
<column name="LONG_CHAR_VALUE" value="[&quot;ASSIGNED&quot;,&quot;UNASSIGNED&quot;,&quot;IN-PROGRESS&quot;,&quot;ENDED&quot;,&quot;WAITING&quot;,&quot;EMPLOYEE-CHECKS&quot;,&quot;CUSTOMER-CHECKS&quot;,&quot;ENTRY&quot;,&quot;RESUBMITTED&quot;,&quot;REOPEN&quot;,&quot;REQUEST&quot;,&quot;REPLY&quot;,&quot;INTERNALREPLY&quot;,&quot;RESUBMISSION&quot;]"/>
<where> AB_KEYWORD_ATTRIBUTERELATIONID = 'cd293e92-224f-4bc3-9552-b3f7caa95c99'</where>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?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="m.groppe" id="DOC3035c-2df9-4d5a-8b6f-272e1ba676cb">
<addColumn tableName="DOCUMENTTEMPLATE">
<column name="TEMPLATECONTENT" type="NCLOB"/>
<column name="ALL_TICKET_CATEGORIES" type="TINYINT"/>
</addColumn>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="alter_Documenttemplate.xml"/>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="create_DocumentTemplateTicketCategory.xml"/>
<include relativeToChangelogFile="true" file="create_Employeegroup.xml"/>
<include relativeToChangelogFile="true" file="create_Employeegroup_contact_relation.xml"/>
<include relativeToChangelogFile="true" file="create_Employeegroup_rule.xml"/>
<include relativeToChangelogFile="true" file="create_Employeegroup_rulegroup.xml"/>
<include relativeToChangelogFile="true" file="create_Employeegroup_rulegroup_relation.xml"/>
<include relativeToChangelogFile="true" file="create_Inbox.xml"/>
<include relativeToChangelogFile="true" file="create_Inbox_Employeegroup_relation.xml"/>
<include relativeToChangelogFile="true" file="create_Inboxfilter.xml"/>
<include relativeToChangelogFile="true" file="create_Inboxfiltergroup.xml"/>
<include relativeToChangelogFile="true" file="create_Inboxfiltergroup_relation.xml"/>
<include relativeToChangelogFile="true" file="create_Mailsignature.xml"/>
<include relativeToChangelogFile="true" file="create_TicketTemplates.xml"/>
<include relativeToChangelogFile="true" file="create_attributeFilter.xml"/>
</databaseChangeLog>
\ No newline at end of file
<?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="j.luginger" id="5514c30d-26ee-44b4-ab4d-8fb5b8d0859e">
<createTable tableName="DOCUMENTTEMPLATE_TICKETCATEGORY">
<column name="DOCUMENTTEMPLATE_TICKETCATEGORYID" type="CHAR(36)">
<constraints primaryKey="true" primaryKeyName="PK_DOCTEMP_TICKETCATEGORY_DOCTEMP_TICKETCATEGORYID"/>
</column>
<column name="DOCUMENTTEMPLATE_ID" type="CHAR(36)"/>
<column name="CLASSIFICATION" type="VARCHAR(36)"/>
<column name="USER_NEW" type="NVARCHAR(50)">
<constraints nullable="false"/>
</column>
<column name="DATE_NEW" type="DATETIME">
<constraints nullable="false"/>
</column>
<column name="USER_EDIT" type="NVARCHAR(50)" />
<column name="DATE_EDIT" type="DATETIME" />
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.kremer" id="90827608-ce90-4bf4-b69a-d8f8d743f807">
<createTable tableName="EMPLOYEEGROUP" >
<column name="EMPLOYEEGROUPID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="GROUPNAME" type="varchar(50)"/>
<column name="STATUS" type="char(36)"/>
<column name="DATE" type="datetime"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="" id="9fd18e23-4254-4762-aacb-b6c1dc705e37">
<createTable tableName="EMPLOYEEGROUP_CONTACT_RELATION" >
<column name="EMPLOYEEGROUP_CONTACT_RELATIONID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="CONTACT_ID" type="char(36)"/>
<column name="EMPLOYEEGROUP_ID" type="char(36)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.kremer" id="1156a492-0b49-406a-82ca-54c18d987ccb">
<createTable tableName="EMPLOYEEGROUP_RULE" >
<column name="EMPLOYEEGROUP_RULEID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="EMPLOYEEGROUP_RULEGROUP_ID" type="char(36)"/>
<column name="COND" type="NCLOB"/>
<column name="NAME" type="varchar(50)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.kremer" id="5756f487-300d-49a9-85c9-e1fbb59ca381">
<createTable tableName="EMPLOYEEGROUP_RULEGROUP" >
<column name="EMPLOYEEGROUP_RULEGROUPID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="STATE" type="varchar(36)"/>
<column name="NAME" type="varchar(50)"/>
<column name="DATE" type="datetime"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="" id="da2e78e3-a8da-4406-92c1-9192a7bcf14f">
<createTable tableName="EMPLOYEEGROUP_RULEGROUP_RELATION" >
<column name="EMPLOYEEGROUP_RULEGROUP_RELATIONID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="EMPLOYEEGROUP_RULEGROUP_ID" type="char(36)"/>
<column name="EMPLOYEEGROUP_ID" type="char(36)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.kremer" id="24e1b93f-fd1b-456d-985e-80f5e9be24bf">
<createTable tableName="INBOX">
<column name="INBOXID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="NAME" type="varchar(30)"/>
<column name="EMAIL_ADDRESS" type="varchar(254)"/>
<column name="INBOXDATE" type="datetime"/>
<column name="STATUS" type="varchar(36)"/>
<column name="REOPEN_DELAY" type="int(10)"/>
<column name="CLOSURE_DAYS" type="int(10)"/>
</createTable>
</changeSet>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.kremer" id="343073bd-69e6-4443-a4c8-3978082ac501">
<createTable tableName="INBOX_EMPLOYEEGROUP_RELATION" >
<column name="INBOX_EMPLOYEEGROUP_RELATIONID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="EMPLOYEEGROUP_ID" type="char(36)"/>
<column name="INBOX_ID" type="char(36)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.kremer" id="3affddf3-3e6c-426b-beb4-f58ef2b1d352">
<createTable tableName="INBOXFILTER" >
<column name="INBOXFILTERID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="INBOXFILTERGROUP_ID" type="char(36)"/>
<column name="COMPONENT" type="varchar(36)"/>
<column name="SEARCHTERM" type="varchar(50)"/>
<column name="TICKETTEMPLATE_ID" type="CHAR(36)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="" id="33f59097-918f-4d3a-9b9e-3804f774ec96">
<createTable tableName="INBOXFILTERGROUP" >
<column name="INBOXFILTERGROUPID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="STATE" type="varchar(36)"/>
<column name="NAME" type="varchar(50)"/>
<column name="DATE" type="datetime"/>
<column name="PRIORITY" type="int(10)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="" id="5d680cbe-b924-4e5b-9a48-3dfde0a405ed">
<createTable tableName="INBOXFILTERGROUP_RELATION" >
<column name="INBOXFILTERGROUP_RELATIONID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="INBOXFILTERGROUP_ID" type="char(36)"/>
<column name="INBOX_ID" type="char(36)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="" id="40eb1e9d-acbd-4520-badd-81de515939a6">
<createTable tableName="MAILSIGNATURE" >
<column name="MAILSIGNATUREID" type="char(36)">
<constraints primaryKey = "true" nullable = "false"/>
</column>
<column name="MAIL_ADDRESS" type="varchar(254)"/>
<column name="INBOX_ID" type="char(36)"/>
<column name="SIGNATURE_DOCUMENTTEMPLATE_ID" type="char(36)"/>
<column name="DOCUMENTTEMPLATE_ID" type="char(36)"/>
<column name="SEND_MAIL" type="SMALLINT"/>
<column name="ANSWER_MAIL_ADDRESS" type="VARCHAR(254)"/>
<column name="DEFAULTSIGNATURE" type="TINYINT"/>
<column name="DEFAULT_TICKETTEMPLATE_ID" type="CHAR(36)"/>
<column name="WORKFLOW" type="VARCHAR(255)"/>
</createTable>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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