chore(DB): Archive 2024 files (#24250)
This commit is contained in:
parent
0e6c49a63d
commit
f0c05421ef
801 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/archive.sql
Normal file
2
data/sql/updates/pending_db_world/archive.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Archive all 2024 updates
|
||||
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2024_%';
|
||||
Loading…
Add table
Add a link
Reference in a new issue