From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 19:29:16 +0000 (-0300) Subject: Added SQL script to add start and end time fields to presentations X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=2ee25b679b6f39b68d2d5ccdfbfc5cff6472aaf4 Added SQL script to add start and end time fields to presentations --- diff --git a/sql/add_horario.sql b/sql/add_horario.sql new file mode 100644 index 0000000..a63dd66 --- /dev/null +++ b/sql/add_horario.sql @@ -0,0 +1,2 @@ +ALTER TABLE eventos_trabalho ADD "time_start" time; +ALTER TABLE eventos_trabalho ADD "time_end" time;