-- Task #125: Toggle para bloquear OPERADOR de criar lotes
-- Adds bloqueado_criar_lote flag to users table (OPERADOR-specific feature)
ALTER TABLE users ADD COLUMN IF NOT EXISTS bloqueado_criar_lote boolean NOT NULL DEFAULT false;
