mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 04:28:38 -05:00
Added ERD Diagram support with basic table fields, primary key, foreign key, and DDL SQL generation. Fixes #1802
This commit is contained in:
committed by
Akshay Joshi
parent
065bda37b4
commit
0c8226ff39
@@ -1465,6 +1465,10 @@ define([
|
||||
collection: collection,
|
||||
node_info: self.model.node_info,
|
||||
});
|
||||
|
||||
if(data.beforeAdd) {
|
||||
m = data.beforeAdd.apply(self, [m]);
|
||||
}
|
||||
collection.add(m);
|
||||
|
||||
var idx = collection.indexOf(m),
|
||||
|
||||
Reference in New Issue
Block a user