diff options
author | DintyGadget <DintyGadget@users.noreply.github.com> | 2019-05-26 10:56:12 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-26 10:56:12 +0200 |
commit | 9685c9346dfe06ad1d248ff4e128e0d0b8dbfcea (patch) | |
tree | bab6d2d017784b75b9f32dc36bf7659c5cb3bdfd | |
parent | 28adb9d93421e4e45c5f75f5935b2274a8dfbb3a (diff) |
DB/Hotfixes: Add some missing tact_keys8.0.1/28153
-rw-r--r-- | sql/updates/hotfixes/master/2019_05_26_00_hotfixes.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2019_05_26_00_hotfixes.sql b/sql/updates/hotfixes/master/2019_05_26_00_hotfixes.sql new file mode 100644 index 00000000000..52c3b8a5a2c --- /dev/null +++ b/sql/updates/hotfixes/master/2019_05_26_00_hotfixes.sql @@ -0,0 +1,6 @@ +DELETE FROM `tact_key` WHERE `ID` IN (229, 230, 231, 232); +INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES +(229, 184, 115, 25, 38, 56, 148, 153, 203, 212, 173, 191, 80, 6, 202, 3, 145, 28153), +(230, 37, 167, 124, 216, 0, 25, 126, 230, 163, 45, 214, 63, 4, 225, 21, 250, 28153), +(231, 88, 174, 62, 6, 66, 16, 227, 237, 249, 193, 37, 156, 222, 145, 76, 93, 28153), +(232, 52, 164, 50, 4, 32, 115, 205, 11, 81, 98, 112, 104, 210, 224, 189, 62, 28153); |