enable db logging
This commit is contained in:
parent
f14657ae73
commit
a88d6ca486
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default async (settings: DbSettings) => {
|
|||
return new DataSource({
|
||||
type: "sqlite",
|
||||
database: settings.databaseFile,
|
||||
//logging: true,
|
||||
logging: true,
|
||||
entities: [User, UserReceivingInvoice, UserReceivingAddress, AddressReceivingTransaction, UserInvoicePayment, UserTransactionPayment, UserBasicAuth, UserEphemeralKey, Product, UserToUserPayment, Application, ApplicationUser, UserToUserPayment],
|
||||
synchronize: true,
|
||||
}).initialize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue