From 8769c7625cafd14e6f304601cc99a195e833d38b Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 13 Aug 2022 17:16:23 +0200 Subject: Fix config table, add plugin events, implement onPreMessageEvent, add http error data field, migrations --- src/util/entities/PluginConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/entities/PluginConfig.ts') diff --git a/src/util/entities/PluginConfig.ts b/src/util/entities/PluginConfig.ts index a1364912..87de5167 100644 --- a/src/util/entities/PluginConfig.ts +++ b/src/util/entities/PluginConfig.ts @@ -7,5 +7,5 @@ export class PluginConfigEntity extends BaseClassWithoutId { key: string; @Column({ type: "simple-json", nullable: true }) - value: number | boolean | null | string | undefined; + value: number | boolean | null | string | Date | undefined; } \ No newline at end of file -- cgit 1.5.1