mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
backend bundle refactor
This commit is contained in:
7
packages/engines/postgres/sql/index.js
Normal file
7
packages/engines/postgres/sql/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const columns = require('./columns');
|
||||
const tableModifications = require('./tableModifications');
|
||||
|
||||
module.exports = {
|
||||
columns,
|
||||
tableModifications,
|
||||
};
|
||||
Reference in New Issue
Block a user