mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
added Session table for cookie-based auth
This commit is contained in:
@@ -11,6 +11,8 @@ export type {
|
||||
ProjectInsert,
|
||||
ProjectRecord,
|
||||
ProjectResponse,
|
||||
SessionInsert,
|
||||
SessionRecord,
|
||||
UserInsert,
|
||||
UserRecord,
|
||||
} from "./schema";
|
||||
@@ -27,6 +29,9 @@ export {
|
||||
Project,
|
||||
ProjectInsertSchema,
|
||||
ProjectSelectSchema,
|
||||
Session,
|
||||
SessionInsertSchema,
|
||||
SessionSelectSchema,
|
||||
User,
|
||||
UserInsertSchema,
|
||||
UserSelectSchema,
|
||||
|
||||
Reference in New Issue
Block a user