mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
8 lines
279 B
SQL
8 lines
279 B
SQL
-- Remove columns from marketing_products
|
|
ALTER TABLE marketing_products
|
|
DROP COLUMN IF EXISTS week,
|
|
DROP COLUMN IF EXISTS weight_per_convertion,
|
|
DROP COLUMN IF EXISTS convertion_unit;
|
|
|
|
-- Remove column from marketings
|
|
ALTER TABLE marketings DROP COLUMN IF EXISTS marketing_type; |