Skip to content

Commit

Permalink
Merge pull request #45 from recogito/dl/141_rename_cove_collections
Browse files Browse the repository at this point in the history
#141 - Rename COVE Collections
  • Loading branch information
lwjameson authored Jan 8, 2025
2 parents 39717cc + abdebf0 commit c00c98a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
UPDATE public.collections
SET name = 'COVE Texts'
WHERE id = '2a8279d6-feab-4cd8-b7b0-504d2893dd4a'
;

UPDATE public.collections
SET name = 'COVE Images'
WHERE id = 'b0245009-963a-46ba-a8b5-b11add9ceb1a'
;

0 comments on commit c00c98a

Please sign in to comment.