Added SQL script to add start and end time fields to presentations
[cascardo/eventmanager.git] / sql / add_horario.sql
diff --git a/sql/add_horario.sql b/sql/add_horario.sql
new file mode 100644 (file)
index 0000000..a63dd66
--- /dev/null
@@ -0,0 +1,2 @@
+ALTER TABLE eventos_trabalho ADD "time_start" time;
+ALTER TABLE eventos_trabalho ADD "time_end" time;