fix: ajuste banco
This commit is contained in:
parent
2c6891b7ed
commit
d2c37d7b2c
1 changed files with 3 additions and 0 deletions
|
|
@ -543,3 +543,6 @@ ALTER TABLE agenda_profissionais ADD COLUMN IF NOT EXISTS is_coordinator BOOLEAN
|
||||||
|
|
||||||
-- Migration 020: Add Finalizada Column to FOT
|
-- Migration 020: Add Finalizada Column to FOT
|
||||||
ALTER TABLE cadastro_fot ADD COLUMN IF NOT EXISTS finalizada BOOLEAN DEFAULT FALSE;
|
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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue