apskel-pos-backend/migrations/000013_add_cost_to_product_variants.down.sql
aditya.siregar 4f5950543e init
2025-07-18 20:10:29 +07:00

3 lines
97 B
SQL

-- Remove cost column from product_variants table
ALTER TABLE product_variants DROP COLUMN cost;