await this.options.pgClient.query(`
                DELETE FROM ${this.schemaName}.lock
                WHERE channel=${literal(this.channel)}
            `);