From 0eff4ec7df6d34db28e09582f3e2a257bc7d35b0 Mon Sep 17 00:00:00 2001 From: TDB Release Date: Sun, 21 Aug 2022 00:09:51 +0000 Subject: TDB 927.22082 - 2022/08/21 --- sql/updates/auth/master/2022_08_19_01_auth.sql | 3 --- sql/updates/auth/master/2022_08_21_00_auth.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/auth/master/2022_08_19_01_auth.sql create mode 100644 sql/updates/auth/master/2022_08_21_00_auth.sql (limited to 'sql/updates/auth') diff --git a/sql/updates/auth/master/2022_08_19_01_auth.sql b/sql/updates/auth/master/2022_08_19_01_auth.sql deleted file mode 100644 index a274ed2be36..00000000000 --- a/sql/updates/auth/master/2022_08_19_01_auth.sql +++ /dev/null @@ -1,3 +0,0 @@ --- TDB 927.22081 auth -UPDATE `updates` SET `state`='ARCHIVED',`speed`=0; -REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED'); diff --git a/sql/updates/auth/master/2022_08_21_00_auth.sql b/sql/updates/auth/master/2022_08_21_00_auth.sql new file mode 100644 index 00000000000..6be643a1373 --- /dev/null +++ b/sql/updates/auth/master/2022_08_21_00_auth.sql @@ -0,0 +1,3 @@ +-- TDB 927.22082 auth +UPDATE `updates` SET `state`='ARCHIVED',`speed`=0; +REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED'); -- cgit v1.2.3