refactor(database): ♻️ Move Notifications to their own ORM abstractions

This commit is contained in:
Jesse Wierzbinski 2024-11-04 10:43:30 +01:00
parent 14ace17ad4
commit e732a3df03
No known key found for this signature in database
16 changed files with 440 additions and 401 deletions

View file

@ -11,3 +11,4 @@ export { db } from "~/drizzle/db.ts";
export { Relationship } from "~/classes/database/relationship.ts";
export { Like } from "~/classes/database/like.ts";
export { Token } from "~/classes/database/token.ts";
export { Notification } from "~/classes/database/notification.ts";