diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-04 15:01:31 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-04 15:01:31 +0900 |
| commit | 7e845ebbc2b148174205addb727a4d01b244f187 (patch) | |
| tree | e850aa53f1cd9d80e612a41fc88eaf4e51829e3a /packages/backend/src/postgres.ts | |
| parent | style: note about `TSSatisfiesExpression` (diff) | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-7e845ebbc2b148174205addb727a4d01b244f187.tar.gz misskey-7e845ebbc2b148174205addb727a4d01b244f187.tar.bz2 misskey-7e845ebbc2b148174205addb727a4d01b244f187.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybook
Diffstat (limited to 'packages/backend/src/postgres.ts')
| -rw-r--r-- | packages/backend/src/postgres.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/backend/src/postgres.ts b/packages/backend/src/postgres.ts index 024aa114fc..efeca46b49 100644 --- a/packages/backend/src/postgres.ts +++ b/packages/backend/src/postgres.ts @@ -40,7 +40,6 @@ import { NoteFavorite } from '@/models/entities/NoteFavorite.js'; import { NoteReaction } from '@/models/entities/NoteReaction.js'; import { NoteThreadMuting } from '@/models/entities/NoteThreadMuting.js'; import { NoteUnread } from '@/models/entities/NoteUnread.js'; -import { Notification } from '@/models/entities/Notification.js'; import { Page } from '@/models/entities/Page.js'; import { PageLike } from '@/models/entities/PageLike.js'; import { PasswordResetRequest } from '@/models/entities/PasswordResetRequest.js'; @@ -155,7 +154,6 @@ export const entities = [ DriveFolder, Poll, PollVote, - Notification, Emoji, Hashtag, SwSubscription, |