restructure folders

This commit is contained in:
Dominic Ferrando
2025-09-03 19:28:12 -04:00
parent 1219807557
commit ec26e961dc
24 changed files with 7 additions and 6925 deletions
+5
View File
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS product_records (
webflowProductId INTEGER NOT NULL,
printfulProductId INTEGER NOT NULL,
UNIQUE(webflowProductId, printfulProductId)
)