diff options
| author | stuebinm | 2026-04-16 12:35:31 +0200 |
|---|---|---|
| committer | stuebinm | 2026-04-16 12:35:31 +0200 |
| commit | b893f41188eb6fe5bc1de54da7225fc150be7c7d (patch) | |
| tree | 92f57cd3115e6bcb1f820f6e77801ccfaccff92c /lib/Persist.hs | |
| parent | 8b6c42d832f26bc277e125f876da8d21931550c6 (diff) | |
Server.Frontend.Tracker: creation & deletion dialogs
Diffstat (limited to '')
| -rw-r--r-- | lib/Persist.hs | 2 |
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 |
