This commit is contained in:
Felipe Lessa 2012-09-06 01:48:25 -03:00
parent ae62adcc5f
commit 029aff837c

View File

@ -417,7 +417,7 @@ rawExecute mode query = do
--
-- @
-- delete $
-- from $ \appointment ->
-- from $ \\appointment ->
-- where_ (appointment ^. AppointmentDate <. val now)
-- @
delete :: ( MonadLogger m