mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-05-01 04:31:21 -05:00
Separate bricktracker sets from rebrickable sets (dedup), introduce custom checkboxes
This commit is contained in:
@@ -1,27 +1,7 @@
|
||||
INSERT INTO sets (
|
||||
"set_num",
|
||||
"name",
|
||||
"year",
|
||||
"theme_id",
|
||||
"num_parts",
|
||||
"set_img_url",
|
||||
"set_url",
|
||||
"last_modified_dt",
|
||||
"mini_col",
|
||||
"set_check",
|
||||
"set_col",
|
||||
"u_id"
|
||||
INSERT OR IGNORE INTO "bricktracker_sets" (
|
||||
"id",
|
||||
"rebrickable_set"
|
||||
) VALUES (
|
||||
:set_num,
|
||||
:name,
|
||||
:year,
|
||||
:theme_id,
|
||||
:num_parts,
|
||||
:set_img_url,
|
||||
:set_url,
|
||||
:last_modified_dt,
|
||||
:mini_col,
|
||||
:set_check,
|
||||
:set_col,
|
||||
:u_id
|
||||
:id,
|
||||
:set
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user