feat: add user-defined schema and migrations (#7418)
This commit is contained in:
committed by
GitHub
parent
653d25731f
commit
25d5c30be2
@@ -20,7 +20,7 @@ export function createClient(uri, databaseOptions) {
|
||||
|
||||
if (process.env.PARSE_SERVER_LOG_LEVEL === 'debug') {
|
||||
const monitor = require('pg-monitor');
|
||||
if(monitor.isAttached()) {
|
||||
if (monitor.isAttached()) {
|
||||
monitor.detach();
|
||||
}
|
||||
monitor.attach(initOptions);
|
||||
|
||||
Reference in New Issue
Block a user