Skip to content
Snippets Groups Projects
Commit 36f032ea authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: xRM-Sales][TicketNr.: 2003282][Aktivität - Werbemittel -...

[Projekt: xRM-Sales][TicketNr.: 2003282][Aktivität - Werbemittel - Fehlermeldung beim Hinzufügen eines Werbemittelposten in der Aktivität]
parent 5039c7e5
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: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="b.ulrich" id="356a14f7-cd2a-4e1a-8696-49c241986cb5">
<addDefaultValue
columnDataType="TINYINT"
columnName="SENT"
defaultValueNumeric="0"
tableName="ADVERTISINGITEM"/>
</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_AdvertisingItemAddDFConstraintToSent.xml"/>
</databaseChangeLog>
\ No newline at end of file
......@@ -6,4 +6,5 @@
<include relativeToChangelogFile="true" file="LikeButton/changelog.xml"/>
<include relativeToChangelogFile="true" file="Bulkmail/changelog.xml"/>
<include relativeToChangelogFile="true" file="Export/changelog.xml"/>
<include relativeToChangelogFile="true" file="Advertising/changelog.xml"/>
</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