From 311de541ddf396d1988803ade324fd7ed1666f79 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 27 Oct 2013 07:54:36 -0700 Subject: [PATCH] CRM-13655 - WordReplacement.xml - Update UNIQUE key for new installations ---------------------------------------- * CRM-13655: WordReplacement - Uniqueness key should allow different cases and domains http://issues.civicrm.org/jira/browse/CRM-13655 --- xml/schema/Core/WordReplacement.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xml/schema/Core/WordReplacement.xml b/xml/schema/Core/WordReplacement.xml index e19d764234..2d5f23ec4c 100644 --- a/xml/schema/Core/WordReplacement.xml +++ b/xml/schema/Core/WordReplacement.xml @@ -21,6 +21,7 @@ find_word varchar 255 + utf8_bin Word which need to be replaced 4.4 @@ -28,6 +29,7 @@ replace_word varchar 255 + utf8_bin Word which will replace the word in find 4.4 @@ -40,6 +42,7 @@ UI_find + domain_id find_word true 4.4 -- 2.25.1