-- Place your SQL code here

ALTER TABLE vn.packingSite DROP COLUMN IF EXISTS hasNewLabelMrwMethod;

ALTER TABLE vn.productionConfig ADD IF NOT EXISTS hasNewLabelMrwMethod BOOL DEFAULT TRUE NOT NULL 
    COMMENT 'column to activate the new mrw integration';