chore(DB): import pending files

Referenced commit(s): c5ae1ae88f
This commit is contained in:
github-actions[bot]
2024-11-15 10:28:37 +00:00
parent c5ae1ae88f
commit c27c0badc8
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2024_01_20_00 -> 2024_11_15_00
UPDATE `updates`
SET `state` = 'ARCHIVED'
WHERE `name` LIKE '2023_%';

View File

@@ -1,3 +1,4 @@
-- DB update 2024_09_22_00 -> 2024_11_15_00
UPDATE `updates`
SET `state` = 'ARCHIVED'
WHERE `name` LIKE '2023_%';

View File

@@ -1,3 +1,4 @@
-- DB update 2024_11_15_00 -> 2024_11_15_01
UPDATE `updates`
SET `state` = 'ARCHIVED'
WHERE `name` LIKE '2023_%';