mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-01-01 06:11:36 -06:00
8 lines
107 B
SQL
8 lines
107 B
SQL
INSERT OR IGNORE INTO "bricktracker_sets" (
|
|
"id",
|
|
"rebrickable_set"
|
|
) VALUES (
|
|
:id,
|
|
:set
|
|
)
|