-- Migration to add erp_id to assets table
ALTER TABLE assets ADD COLUMN erp_id VARCHAR(150) NULL;
