fix: ajuste banco

This commit is contained in:
NANDO9322 2026-02-25 12:00:07 -03:00
parent 2c6891b7ed
commit d2c37d7b2c

View file

@ -543,3 +543,6 @@ ALTER TABLE agenda_profissionais ADD COLUMN IF NOT EXISTS is_coordinator BOOLEAN
-- Migration 020: Add Finalizada Column to FOT
ALTER TABLE cadastro_fot ADD COLUMN IF NOT EXISTS finalizada BOOLEAN DEFAULT FALSE;
-- Migration 021: Add Horario Fim
ALTER TABLE agenda ADD COLUMN IF NOT EXISTS horario_fim VARCHAR(20);