diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-06-15 00:37:53 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-06-15 00:37:53 +0200 |
commit | a4720a8a77292c83e89649c68c2665ec881d0434 (patch) | |
tree | 33109299b98aeb76800ec7a519f9c102377d8897 | |
parent | 8e3f8c010ac52e8814adcacac40b0b0515aad6c1 (diff) |
DB/Hotfixes: wiped remaining traces of no longer existing hotfixes
-rw-r--r-- | sql/updates/hotfixes/cata_classic/2024_06_15_00_hotfixes.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/cata_classic/2024_06_15_00_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_06_15_00_hotfixes.sql new file mode 100644 index 00000000000..02c1ea2cdf5 --- /dev/null +++ b/sql/updates/hotfixes/cata_classic/2024_06_15_00_hotfixes.sql @@ -0,0 +1,3 @@ +DELETE FROM `hotfix_blob`; +DELETE FROM `hotfix_data`; +DELETE FROM `hotfix_optional_data`; |