mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add DROP SQL for foreign keys in SQL generated by ERD when using WITH DROP option. #5770
This commit is contained in:
@@ -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,
|
||||
///////
|
||||
|
||||
Reference in New Issue
Block a user