[feat] script to updating pricing

This commit is contained in:
2026-02-15 15:25:08 -05:00
parent a774360065
commit 32df33f29e
7 changed files with 94 additions and 14 deletions

View File

@@ -61,3 +61,7 @@ export const skus = mysqlTable("skus", {
(table) => [
index("productIdIdx").on(table.productId),
]);
export const processingSkus = mysqlTable("processingSkus", {
skuId: int().primaryKey(),
});