Skip to content

Commit

Permalink
#141 - Updating the names of the COVE collections to "COVE Texts" and…
Browse files Browse the repository at this point in the history
… "COVE Images"
  • Loading branch information
dleadbetter committed Jan 7, 2025
1 parent 1d21123 commit abdebf0
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 abdebf0

Please sign in to comment.