X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=sql%2Fadd_horario.sql;fp=sql%2Fadd_horario.sql;h=a63dd66c718f5b2700e54d105cfeb97d1230f040;hp=0000000000000000000000000000000000000000;hb=2ee25b679b6f39b68d2d5ccdfbfc5cff6472aaf4;hpb=df12d99d9db80529f2c98240cd8bed5bd38612a5 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;