Restructuring

This commit is contained in:
Dominic Ferrando
2025-09-03 19:33:35 -04:00
parent ec26e961dc
commit 7368259d8b
8 changed files with 3 additions and 67 deletions
Binary file not shown.
-5
View File
@@ -1,5 +0,0 @@
CREATE TABLE IF NOT EXISTS product_records (
webflowProductId INTEGER NOT NULL,
printfulProductId INTEGER NOT NULL,
UNIQUE(webflowProductId, printfulProductId)
)
+1 -1
View File
@@ -1,4 +1,4 @@
import { productRecords } from "./data/product-records";
import { productRecords } from "./product-records";
import { Printful } from "./printful"
export namespace Webflow {