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

Merge branch 'service_2002201_tablecolumns' into '2021.2'

[Projekt: xRM-Service][TicketNr.: 2002201][Spalte DATE in Tabellen umbenennen]

See merge request xrm/basic!1479
parents 137e7f50 0e217d68
No related branches found
No related tags found
No related merge requests found
Showing
with 1066 additions and 140 deletions
<?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="ce615720-6c32-4c81-b86b-702ffb6d0f18">
<addColumn tableName="employeegroup_contact_relation">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="0224dc71-d58c-4ac8-ba02-7390718de9b3">
<addColumn tableName="employeegroup_rule">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="01f80b77-6b0d-4b21-a7ad-97515129b646">
<addColumn tableName="employeegroup_rulegroup_relation">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="df5487f4-2039-476d-a227-4115a298fc02">
<addColumn tableName="inbox">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="f6644f41-3796-4690-9a3e-bb89fba748cb">
<addColumn tableName="inbox_employeegroup_relation">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="e39e175d-01ed-424c-bbb1-8a2b06cb2dfe">
<addColumn tableName="inboxfilter">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="2277b6b5-8435-4df9-a243-5fdb600756c4">
<addColumn tableName="inboxfiltergroup_relation">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="680730b8-37e4-4c3d-829f-35e61af0d68a">
<addColumn tableName="mailsignature">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="8f027f3f-b02f-461f-98b5-fc21f8ece230">
<addColumn tableName="ticket">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="3a4f4400-362d-4a08-9219-c37df019e001">
<addColumn tableName="tickettemplate">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="967d7bab-8c00-4942-aa49-45c6d3e64ea0">
<renameColumn
columnDataType="DATETIME"
newColumnName="DATE_NEW"
oldColumnName="DATE"
tableName="employeegroup"/>
<addColumn tableName="employeegroup">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="5478a352-7092-4113-808c-24da1e96a55d">
<renameColumn
columnDataType="DATETIME"
newColumnName="DATE_NEW"
oldColumnName="DATE"
tableName="employeegroup_rulegroup"/>
<addColumn tableName="employeegroup_rulegroup">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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">
<changeSet author="V.Broens" id="262b1c8d-fdf7-4bdf-8413-4f98761c0fce">
<renameColumn
columnDataType="DATETIME"
newColumnName="DATE_NEW"
oldColumnName="DATE"
tableName="inboxfiltergroup"/>
<addColumn tableName="inboxfiltergroup">
<column name="DATE_EDIT" type="DATETIME"/>
<column name="USER_NEW" type="NVARCHAR(50)"/>
<column name="USER_EDIT" type="NVARCHAR(50)"/>
</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="add_employeegroup_contact_relation.xml"/>
<include relativeToChangelogFile="true" file="add_employeegroup_rule.xml"/>
<include relativeToChangelogFile="true" file="add_employeegroup_rulegroup_relation.xml"/>
<include relativeToChangelogFile="true" file="add_inbox.xml"/>
<include relativeToChangelogFile="true" file="add_inbox_employeegroup_relation.xml"/>
<include relativeToChangelogFile="true" file="add_inboxfilter.xml"/>
<include relativeToChangelogFile="true" file="add_inboxfiltergroup_relation.xml"/>
<include relativeToChangelogFile="true" file="add_mailsignature.xml"/>
<include relativeToChangelogFile="true" file="add_ticket.xml"/>
<include relativeToChangelogFile="true" file="add_tickettemplate.xml"/>
<include relativeToChangelogFile="true" file="alter_employeegroup.xml"/>
<include relativeToChangelogFile="true" file="alter_employeegroup_rulegroup.xml"/>
<include relativeToChangelogFile="true" file="alter_inboxfiltergroup.xml"/>
</databaseChangeLog>
\ No newline at end of file
......@@ -4,6 +4,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="add_offer_showprice.xml"/>
<include relativeToChangelogFile="true" file="Ticket/changelog.xml"/>
<include relativeToChangelogFile="true" file="StandardColumns/changelog.xml"/>
<include relativeToChangelogFile="true" file="Person/changelog.xml"/>
<include relativeToChangelogFile="true" file="Employee/changelog.xml"/>
<include relativeToChangelogFile="true" file="Mosaico/insert_mosaico_color_keyword.xml"/>
......
This diff is collapsed.
......@@ -39,9 +39,11 @@
</entityField>
<entityField>
<name>DATE_NEW</name>
<contentType>DATE</contentType>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<contentType>DATE</contentType>
</entityField>
<entityParameter>
<name>ObjectRowId_param</name>
......
......@@ -47,10 +47,12 @@
</entityField>
<entityField>
<name>DATE_EDIT</name>
<contentType>DATE</contentType>
<valueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<contentType>DATE</contentType>
<valueProcess>%aditoprj%/entity/ChecklistEntry_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityProvider>
......
......@@ -30,10 +30,12 @@
</entityField>
<entityField>
<name>DATE_NEW</name>
<contentType>DATE</contentType>
<valueProcess>%aditoprj%/entity/Checklist_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<contentType>DATE</contentType>
<valueProcess>%aditoprj%/entity/Checklist_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityProvider>
......
......@@ -71,6 +71,24 @@
<name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" />
</entityProvider>
<entityField>
<name>DATE_NEW</name>
<contentType>DATE</contentType>
<valueProcess>%aditoprj%/entity/EmployeeGroupContactRelation_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<contentType>DATE</contentType>
<valueProcess>%aditoprj%/entity/EmployeeGroupContactRelation_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
<valueProcess>%aditoprj%/entity/EmployeeGroupContactRelation_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<valueProcess>%aditoprj%/entity/EmployeeGroupContactRelation_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......@@ -102,6 +120,22 @@
<recordfield>EMPLOYEEGROUP_CONTACT_RELATION.EMPLOYEEGROUP_ID</recordfield>
<isLookupFilter v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>EMPLOYEEGROUP_CONTACT_RELATION.DATE_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_EDIT.value</name>
<recordfield>EMPLOYEEGROUP_CONTACT_RELATION.DATE_EDIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_EDIT.value</name>
<recordfield>EMPLOYEEGROUP_CONTACT_RELATION.USER_EDIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_NEW.value</name>
<recordfield>EMPLOYEEGROUP_CONTACT_RELATION.USER_NEW</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
<linkInformation>
<linkInformation>
......
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