Expire past-pending bookings to expired status. Fixes EventHub/EventHubBack#60
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@
|
||||
id :: binary(),
|
||||
event_id :: binary(), % ссылка на конкретный экземпляр события
|
||||
user_id :: binary(),
|
||||
status :: pending | confirmed | cancelled,
|
||||
status :: pending | confirmed | cancelled | expired,
|
||||
notes :: binary(),
|
||||
reminder_sent :: boolean(),
|
||||
confirmed_at :: calendar:datetime(),
|
||||
|
||||
Reference in New Issue
Block a user