diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index 72cd1564..50f303f7 100755 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -1d8f9adbde8018f90d013cc740e0405b \ No newline at end of file +84ec3a6d42105c92f224232f0d83a33b \ No newline at end of file diff --git a/frontend/wailsjs/go/models.ts b/frontend/wailsjs/go/models.ts index b870e6ad..113c599f 100755 --- a/frontend/wailsjs/go/models.ts +++ b/frontend/wailsjs/go/models.ts @@ -1401,6 +1401,7 @@ export namespace sync { targetConfig: connection.ConnectionConfig; sourceDatabase?: string; targetDatabase?: string; + targetSchema?: string; tables: string[]; sourceQuery?: string; content?: string; @@ -1422,6 +1423,7 @@ export namespace sync { this.targetConfig = this.convertValues(source["targetConfig"], connection.ConnectionConfig); this.sourceDatabase = source["sourceDatabase"]; this.targetDatabase = source["targetDatabase"]; + this.targetSchema = source["targetSchema"]; this.tables = source["tables"]; this.sourceQuery = source["sourceQuery"]; this.content = source["content"];