[feat] script to updating pricing
This commit is contained in:
@@ -61,3 +61,7 @@ export const skus = mysqlTable("skus", {
|
||||
(table) => [
|
||||
index("productIdIdx").on(table.productId),
|
||||
]);
|
||||
|
||||
export const processingSkus = mysqlTable("processingSkus", {
|
||||
skuId: int().primaryKey(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user