mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where restore generates incorrect options for the schema. Fixes #7123
This commit is contained in:
committed by
Akshay Joshi
parent
0ce3434631
commit
04729f63b8
@@ -105,7 +105,7 @@ define('tools.restore', [
|
||||
extraData['database'] = treeInfo.database._label;
|
||||
|
||||
if('schema' in treeInfo) {
|
||||
extraData['schemas'] = treeInfo.schema._label;
|
||||
extraData['schemas'] = [treeInfo.schema._label];
|
||||
}
|
||||
|
||||
if('table' in treeInfo) {
|
||||
|
||||
Reference in New Issue
Block a user