From 47b73fefc5fc1ea657eb6325d4095992ce98687b Mon Sep 17 00:00:00 2001 From: vincent-michael Date: Sat, 25 Feb 2017 18:11:58 +0100 Subject: DB/Hotfixes: Added newer tact key for 7.1.5 --- sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql (limited to 'sql/updates') diff --git a/sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql b/sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql new file mode 100644 index 00000000000..6947bc808b3 --- /dev/null +++ b/sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql @@ -0,0 +1,3 @@ +DELETE FROM `tact_key` WHERE `ID`=81; +INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES +(81, 183, 47, 239, 74, 1, 72, 138, 136, 255, 2, 40, 10, 160, 122, 146, 187, 23420); -- cgit v1.2.3