Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): c5ae1ae
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent c5ae1ae commit c27c0ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2024_01_20_00 -> 2024_11_15_00
UPDATE `updates`
SET `state` = 'ARCHIVED'
WHERE `name` LIKE '2023_%';
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2024_09_22_00 -> 2024_11_15_00
UPDATE `updates`
SET `state` = 'ARCHIVED'
WHERE `name` LIKE '2023_%';
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2024_11_15_00 -> 2024_11_15_01
UPDATE `updates`
SET `state` = 'ARCHIVED'
WHERE `name` LIKE '2023_%';

0 comments on commit c27c0ba

Please sign in to comment.