Initial commit
This commit is contained in:
11
node_modules/knex/lib/dialects/redshift/schema/redshift-viewcompiler.js
generated
vendored
Executable file
11
node_modules/knex/lib/dialects/redshift/schema/redshift-viewcompiler.js
generated
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
/* eslint max-len: 0 */
|
||||
|
||||
const ViewCompiler_PG = require('../../postgres/schema/pg-viewcompiler.js');
|
||||
|
||||
class ViewCompiler_Redshift extends ViewCompiler_PG {
|
||||
constructor(client, viewCompiler) {
|
||||
super(client, viewCompiler);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = ViewCompiler_Redshift;
|
||||
Reference in New Issue
Block a user