From bfef699f568f22b55dc116c7e22c910d3b09d9c7 Mon Sep 17 00:00:00 2001 From: boufni95 Date: Thu, 21 Dec 2023 15:44:36 +0100 Subject: [PATCH] up db --- src/services/storage/db.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/storage/db.ts b/src/services/storage/db.ts index 3e46a80e..2db5e654 100644 --- a/src/services/storage/db.ts +++ b/src/services/storage/db.ts @@ -34,8 +34,8 @@ export default async (settings: DbSettings) => { database: settings.databaseFile, // logging: true, entities: [User, UserReceivingInvoice, UserReceivingAddress, AddressReceivingTransaction, UserInvoicePayment, UserTransactionPayment, - UserBasicAuth, UserEphemeralKey, Product, UserToUserPayment, Application, ApplicationUser, UserToUserPayment, /*RoutingEvent, BalanceEvent, ChannelBalanceEvent*/], - synchronize: true, + UserBasicAuth, UserEphemeralKey, Product, UserToUserPayment, Application, ApplicationUser, UserToUserPayment, RoutingEvent, BalanceEvent, ChannelBalanceEvent], + // synchronize: true, }).initialize() const log = getLogger({})