Loading lib/readable.js +1 −1 Changes for lib/readable.js: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ Readable.prototype.refresh = function (concurrently) { const concurrentlyStr = concurrently ? 'CONCURRENTLY' : ''; return this.db.query(`REFRESH MATERIALIZED VIEW ${concurrentlyStr} ${this.delimitedName}`); return this.db.query(`REFRESH MATERIALIZED VIEW ${concurrentlyStr} ${this.delimitedFullName}`); }; /** Loading Loading
lib/readable.js +1 −1 Changes for lib/readable.js: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ Readable.prototype.refresh = function (concurrently) { const concurrentlyStr = concurrently ? 'CONCURRENTLY' : ''; return this.db.query(`REFRESH MATERIALIZED VIEW ${concurrentlyStr} ${this.delimitedName}`); return this.db.query(`REFRESH MATERIALIZED VIEW ${concurrentlyStr} ${this.delimitedFullName}`); }; /** Loading