Restructuring
This commit is contained in:
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
CREATE TABLE IF NOT EXISTS product_records (
|
||||
webflowProductId INTEGER NOT NULL,
|
||||
printfulProductId INTEGER NOT NULL,
|
||||
UNIQUE(webflowProductId, printfulProductId)
|
||||
)
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { productRecords } from "./data/product-records";
|
||||
import { productRecords } from "./product-records";
|
||||
import { Printful } from "./printful"
|
||||
|
||||
export namespace Webflow {
|
||||
|
||||
Reference in New Issue
Block a user