mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 07:16:01 +00:00
import-export - work with schema (mssql)
This commit is contained in:
@@ -89,6 +89,7 @@ DatabaseAnalyser.createEmptyStructure = () => ({
|
||||
functions: [],
|
||||
procedures: [],
|
||||
triggers: [],
|
||||
schemas: [],
|
||||
});
|
||||
|
||||
DatabaseAnalyser.byTableFilter = (table) => (x) => x.pureName == table.pureName && x.schemaName == x.schemaName;
|
||||
|
||||
Reference in New Issue
Block a user