4 lines
104 B
SQL
4 lines
104 B
SQL
UPDATE "bricktracker_sets"
|
|
SET "theme" = :theme
|
|
WHERE "bricktracker_sets"."id" IS NOT DISTINCT FROM :id
|