feat: support product quantity and separate steps
All checks were successful
Staging Build / build (push) Successful in 6m17s
All checks were successful
Staging Build / build (push) Successful in 6m17s
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Add has_quantity column to products table
|
||||
ALTER TABLE public.products ADD COLUMN IF NOT EXISTS has_quantity BOOLEAN DEFAULT false NOT NULL;
|
||||
Reference in New Issue
Block a user