chore(DB): archive 2024/2025 updates (#26742)

This commit is contained in:
Kitzunu
2026-07-22 19:20:11 +02:00
committed by GitHub
parent 5185c9e030
commit 23490a23c5
831 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2024_%';
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2025_%';