apskel-pos-backend/migrations/000013_add_cost_to_product_variants.down.sql

3 lines
97 B
MySQL
Raw Permalink Normal View History

2025-07-18 20:10:29 +07:00
-- Remove cost column from product_variants table
ALTER TABLE product_variants DROP COLUMN cost;