Added SQL script to add start and end time fields to presentations
[cascardo/eventmanager.git] / sql / add_horario.sql
1 ALTER TABLE eventos_trabalho ADD "time_start" time;
2 ALTER TABLE eventos_trabalho ADD "time_end" time;