Skip to content

Commit

Permalink
Another SQL oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Sep 30, 2024
1 parent 498d731 commit a32bb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WHERE
-- Update remaining data to remove type
UPDATE "SpadingData"
SET
"data" = "data" - "type"
"data" = "data" - 'type'
WHERE
"project" = 'KoL Con 13 Snowglobe'
AND "data"->>'type' = 'item'

0 comments on commit a32bb31

Please sign in to comment.