sync balance events

This commit is contained in:
boufni95 2023-12-20 19:08:09 +01:00
parent 81f7fe7c0d
commit e40071fca0

View file

@ -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({})