diff options
author | vincent-michael <vincent_michael@gmx.de> | 2017-02-25 18:11:58 +0100 |
---|---|---|
committer | vincent-michael <vincent_michael@gmx.de> | 2017-02-25 18:11:58 +0100 |
commit | 47b73fefc5fc1ea657eb6325d4095992ce98687b (patch) | |
tree | 4fcc7de83f3d2bd86016b1b432d23abee4cb9152 | |
parent | a5d270fafde361dda0603daa4664d20a0905d7eb (diff) |
DB/Hotfixes: Added newer tact key for 7.1.5
-rw-r--r-- | sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |