Agenda, Agendador, Configurações
This commit is contained in:
8
migrations/agenda_eventos_price.sql
Normal file
8
migrations/agenda_eventos_price.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- migrations/agenda_eventos_price.sql
|
||||
-- Adiciona coluna price à agenda_eventos para registrar o valor da sessão
|
||||
|
||||
ALTER TABLE agenda_eventos
|
||||
ADD COLUMN IF NOT EXISTS price numeric(10,2);
|
||||
|
||||
COMMENT ON COLUMN agenda_eventos.price IS
|
||||
'Valor da sessão em BRL. Preenchido automaticamente pela tabela professional_pricing do profissional.';
|
||||
Reference in New Issue
Block a user