fix loads of errors, make messages have the actual username added to
them aswell xd
This commit is contained in:
parent
bf679f9ee0
commit
424fe4cf42
6 changed files with 157 additions and 76 deletions
|
|
@ -84,6 +84,7 @@ export const invite = sqliteTable('invite', {
|
|||
.references(() => server.id),
|
||||
code: text('code').notNull()
|
||||
});
|
||||
|
||||
export type Session = typeof session.$inferSelect;
|
||||
export type User = typeof user.$inferSelect;
|
||||
export type Group = typeof group.$inferSelect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue