diff --git a/src/services/storage/db.ts b/src/services/storage/db.ts index 9908154a..b778c0b9 100644 --- a/src/services/storage/db.ts +++ b/src/services/storage/db.ts @@ -34,7 +34,7 @@ export default async (settings: DbSettings) => { // logging: true, entities: [User, UserReceivingInvoice, UserReceivingAddress, AddressReceivingTransaction, UserInvoicePayment, UserTransactionPayment, UserBasicAuth, UserEphemeralKey, Product, UserToUserPayment, Application, ApplicationUser, UserToUserPayment, RoutingEvent, BalanceEvent, ChannelBalanceEvent], - // synchronize: true, + synchronize: true, }).initialize() const log = getLogger({})