aboutsummaryrefslogtreecommitdiff
path: root/sql/old/9.x/hotfixes
diff options
context:
space:
mode:
authorTDB Release <tdb-release@build.bot>2022-08-21 00:09:51 +0000
committerTDB Release <tdb-release@build.bot>2022-08-21 00:09:51 +0000
commit0eff4ec7df6d34db28e09582f3e2a257bc7d35b0 (patch)
tree22993674f1e795eff4e7390cd5e6de206a686b16 /sql/old/9.x/hotfixes
parent93c206611ed6b1dae3a0ca8b0d989c1036aae2ab (diff)
TDB 927.22082 - 2022/08/21TDB927.22082
Diffstat (limited to 'sql/old/9.x/hotfixes')
-rw-r--r--sql/old/9.x/hotfixes/22081_2022_08_20/2022_08_19_11_hotfixes.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/old/9.x/hotfixes/22081_2022_08_20/2022_08_19_11_hotfixes.sql b/sql/old/9.x/hotfixes/22081_2022_08_20/2022_08_19_11_hotfixes.sql
new file mode 100644
index 00000000000..57d48733650
--- /dev/null
+++ b/sql/old/9.x/hotfixes/22081_2022_08_20/2022_08_19_11_hotfixes.sql
@@ -0,0 +1,3 @@
+-- TDB 927.22081 hotfixes
+UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
+REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/hotfixes', 'ARCHIVED');