aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2017-07-04 00:09:25 +0200
committervincent-michael <vincent_michael@gmx.de>2017-07-04 00:09:25 +0200
commita28a366e96a04eacaace531785d28945bd62d9ae (patch)
tree5204a74067bcd5bf8be0f11f031b4e378417e52b
parentc7b976d3637058e60d82a2a9a49f1ed0e3bd1333 (diff)
DB/Hotfixes: Updated tact key for 7.2.5
-rw-r--r--sql/updates/hotfixes/master/2017_07_04_00_hotfixes.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2017_07_04_00_hotfixes.sql b/sql/updates/hotfixes/master/2017_07_04_00_hotfixes.sql
new file mode 100644
index 00000000000..c388d49adda
--- /dev/null
+++ b/sql/updates/hotfixes/master/2017_07_04_00_hotfixes.sql
@@ -0,0 +1,7 @@
+DELETE FROM `tact_key` WHERE `ID` IN (93, 94);
+
+DELETE FROM `tact_key` WHERE `ID`=73;
+INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
+(73, 123, 111, 163, 130, 225, 250, 209, 70, 92, 133, 30, 63, 71, 52, 161, 179, 24330);
+
+UPDATE `tact_key` SET `VerifiedBuild`=24330 WHERE `ID` IN (67, 66, 58, 71, 75, 62, 60, 69, 74, 70, 61, 72, 59, 63, 64, 65);