Add DROP SQL for foreign keys in SQL generated by ERD when using WITH DROP option. #5770

This commit is contained in:
Aditya Toshniwal
2023-11-16 16:55:26 +05:30
parent cc239149ba
commit c9db4a0d16
11 changed files with 39 additions and 148 deletions

View File

@@ -90,9 +90,9 @@ define('pgadmin.browser.node', [
title: function(d, action) {
if(action == 'create') {
return gettext('Create - %s', this.label);
return gettext('Create - %s', this._label);
}
return d.label??'';
return d._label??'';
},
hasId: true,
///////