summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Tables/Session.cs
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-26 22:57:28 +0100
committerivar <i@oiee.no>2025-10-26 22:57:28 +0100
commit842502e82c4ddfea05a5f77c361aaa27f75afc42 (patch)
tree70fe96cd88600224257b80569015008626e3d317 /api/WhatApi/Tables/Session.cs
parent5c59225ee10949cc58fccce4d968d1ede58be9b6 (diff)
downloadwhat-842502e82c4ddfea05a5f77c361aaa27f75afc42.tar.xz
what-842502e82c4ddfea05a5f77c361aaa27f75afc42.zip
Refactor db schema and add audits
Diffstat (limited to 'api/WhatApi/Tables/Session.cs')
-rw-r--r--api/WhatApi/Tables/Session.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/api/WhatApi/Tables/Session.cs b/api/WhatApi/Tables/Session.cs
deleted file mode 100644
index a0affa8..0000000
--- a/api/WhatApi/Tables/Session.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace WhatApi.Tables;
-
-public class Session
-{
- public Guid Id { get; set; }
- public string Token { get; set; }
- public DateTime Created { get; set; }
- public DateTime? Expires { get; set; }
- public User User { get; set; }
-} \ No newline at end of file