feat: plugins v1.5
This commit is contained in:
@@ -16,7 +16,8 @@ import {
|
||||
ReactionEntity,
|
||||
BanEntity,
|
||||
AttachmentEntity,
|
||||
MetaEntity
|
||||
MetaEntity,
|
||||
PluginDataEntity
|
||||
} from '../entities';
|
||||
import { settings } from '../settings';
|
||||
|
||||
@@ -171,7 +172,8 @@ export async function initializeDatabase(): Promise<void> {
|
||||
ReactionEntity,
|
||||
BanEntity,
|
||||
AttachmentEntity,
|
||||
MetaEntity
|
||||
MetaEntity,
|
||||
PluginDataEntity
|
||||
],
|
||||
migrations: [path.join(__dirname, '..', 'migrations', '*.js'), path.join(__dirname, '..', 'migrations', '*.ts')],
|
||||
synchronize: false,
|
||||
|
||||
Reference in New Issue
Block a user