2025-01-24 10:36:24 +01:00
|
|
|
INSERT OR IGNORE INTO "bricktracker_sets" (
|
|
|
|
"id",
|
2025-02-03 16:46:45 +01:00
|
|
|
"set",
|
2025-02-04 12:52:18 +01:00
|
|
|
"storage",
|
|
|
|
"purchase_location"
|
2025-01-17 11:03:00 +01:00
|
|
|
) VALUES (
|
2025-01-24 10:36:24 +01:00
|
|
|
:id,
|
2025-02-03 16:46:45 +01:00
|
|
|
:set,
|
2025-02-04 12:52:18 +01:00
|
|
|
:storage,
|
|
|
|
:purchase_location
|
2025-01-17 11:03:00 +01:00
|
|
|
)
|