chore(DB): move 2023 update files (#20470)

* chore(DB): move 2023 update files

* chore: flag files as archied
This commit is contained in:
Francesco Borzì
2024-11-15 11:27:45 +01:00
committed by GitHub
parent 6a25a1d1a7
commit c5ae1ae88f
592 changed files with 14 additions and 3 deletions

View File

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