From e864d2653d50ba1c920776aaa14a1625c9fc9da4 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 22 Oct 2025 17:00:28 +0300 Subject: Add invite tokens --- entity/src/invite_tokens.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity/src') diff --git a/entity/src/invite_tokens.rs b/entity/src/invite_tokens.rs index c0b59f7..51f09ff 100644 --- a/entity/src/invite_tokens.rs +++ b/entity/src/invite_tokens.rs @@ -10,7 +10,7 @@ pub struct Model { pub token: Uuid, pub queue_id: i64, pub name: String, - pub is_revoked: bool, + pub expiration_date: Option, } #[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)] -- cgit v1.2.3