-- v1.15 Notes:
-- No new DB schema required if you already have item_units table.
-- If your MySQL is missing UNIQUE(item_id, unit_id) on item_units, add it:
-- ALTER TABLE item_units ADD UNIQUE KEY uq_item_units (item_id, unit_id);
