mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2025-12-30 13:19:59 -06:00
4 lines
110 B
SQL
4 lines
110 B
SQL
UPDATE "bricktracker_sets"
|
|
SET "storage" = :value
|
|
WHERE "bricktracker_sets"."id" IS NOT DISTINCT FROM :set_id
|