feat: Android APP V1 - Experimental Alpha
This commit is contained in:
@@ -20,7 +20,8 @@ import {
|
||||
ServerPluginEventDefinitionEntity,
|
||||
PluginDataEntity,
|
||||
ServerPluginSettingsEntity,
|
||||
PluginUserMetadataEntity
|
||||
PluginUserMetadataEntity,
|
||||
DeviceTokenEntity
|
||||
} from '../entities';
|
||||
import { serverMigrations } from '../migrations';
|
||||
import {
|
||||
@@ -270,7 +271,8 @@ export async function initDatabase(): Promise<void> {
|
||||
ServerPluginEventDefinitionEntity,
|
||||
PluginDataEntity,
|
||||
ServerPluginSettingsEntity,
|
||||
PluginUserMetadataEntity
|
||||
PluginUserMetadataEntity,
|
||||
DeviceTokenEntity
|
||||
],
|
||||
migrations: serverMigrations,
|
||||
synchronize: process.env.DB_SYNCHRONIZE === 'true',
|
||||
|
||||
Reference in New Issue
Block a user