diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-23 10:38:40 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-23 10:38:40 +0100 |
| commit | 3527630ce7c4a52b63cf77d10b608e5489badb42 (patch) | |
| tree | ecde3152bfed6739c8b79923c9dbdae6d236ceaa | |
| parent | 52aa14fbfb6307153430128f1cac68e7fc902a6f (diff) | |
DB/Conditions Fix gnome mount vendors
By dr-j closes #11406
| -rw-r--r-- | sql/updates/world/2014_01_23_03_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_23_03_conditions.sql b/sql/updates/world/2014_01_23_03_conditions.sql new file mode 100644 index 00000000000..df83d50fd51 --- /dev/null +++ b/sql/updates/world/2014_01_23_03_conditions.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ElseGroup`=1 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=3186 AND `SourceEntry`=0 AND `SourceId`=0 AND `ElseGroup`=0 AND `ConditionTypeOrReference`=5 AND `ConditionTarget`=0 AND `ConditionValue1`=54 AND `ConditionValue2`=128 AND `ConditionValue3`=0; +UPDATE `conditions` SET `ConditionValue1`=64 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=3186 AND `SourceEntry`=0 AND `SourceId`=0 AND `ElseGroup`=0 AND `ConditionTypeOrReference`=16 AND `ConditionTarget`=0 AND `ConditionValue1`=8 AND `ConditionValue2`=0 AND `ConditionValue3`=0; |
