aboutsummaryrefslogtreecommitdiff
path: root/lib/Persist.hs
diff options
context:
space:
mode:
authorstuebinm2026-04-16 12:35:31 +0200
committerstuebinm2026-04-16 12:35:31 +0200
commitb893f41188eb6fe5bc1de54da7225fc150be7c7d (patch)
tree92f57cd3115e6bcb1f820f6e77801ccfaccff92c /lib/Persist.hs
parent8b6c42d832f26bc277e125f876da8d21931550c6 (diff)
Server.Frontend.Tracker: creation & deletion dialogs
Diffstat (limited to 'lib/Persist.hs')
-rw-r--r--lib/Persist.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Persist.hs b/lib/Persist.hs
index d5dc712..7ff3f1d 100644
--- a/lib/Persist.hs
+++ b/lib/Persist.hs
@@ -134,7 +134,7 @@ Shape sql=tt_shape
Tracker sql=tt_tracker
Id UUID default=uuid_generate_v4()
name Text Unique
- expires UTCTime
+-- expires UTCTime
blocked Bool
agent Text
currentTicket TicketId Maybe