up db
This commit is contained in:
parent
c5ab29ddcf
commit
bfef699f56
1 changed files with 2 additions and 2 deletions
|
|
@ -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({})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue