|
@@ -12,6 +12,7 @@ import { ReactionEmote } from "./entity/ReactionEmote";
|
|
|
import { Contest } from "./entity/Contest";
|
|
|
import { ContestEntry } from "./entity/ContestEntry";
|
|
|
import { ContestVote } from "./entity/ContestVote";
|
|
|
+import { FileOnlyChannel } from "./entity/FileOnlyChannel";
|
|
|
|
|
|
export const DB_ENTITIES = [
|
|
|
AggroNewsItem,
|
|
@@ -30,5 +31,6 @@ export const DB_ENTITIES = [
|
|
|
ReactionEmote,
|
|
|
Contest,
|
|
|
ContestEntry,
|
|
|
- ContestVote
|
|
|
+ ContestVote,
|
|
|
+ FileOnlyChannel
|
|
|
];
|