mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-01-07 09:29:53 -06:00
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
|