-- Migration 107: Add is_public to gear_items (v0.501 G1.1) ALTER TABLE gear_items ADD COLUMN IF NOT EXISTS is_public BOOLEAN DEFAULT false;