Revision 1339
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/filter_ERD.csv | ||
---|---|---|
1 | 1 |
"PostgreSQL","MySQL","Comments" |
2 | 2 |
,,"fkeys to heavily-linked tables" |
3 | 3 |
"^ALTER TABLE (?!reference)\b[^;]*\bFOREIGN KEY\b[^;]*\bREFERENCES reference\b[^;]*;",, |
4 |
"^ALTER TABLE (?!party|address|role|telephone)\b[^;]*\bFOREIGN KEY\b[^;]*\bREFERENCES party\b[^;]*;",, |
|
5 |
"^ALTER TABLE (?!role|note|party)\b[^;]*\bFOREIGN KEY\b[^;]*\bREFERENCES role\b[^;]*;",, |
|
4 |
"^ALTER TABLE (?!party|address|telephone)\b[^;]*\bFOREIGN KEY\b[^;]*\bREFERENCES party\b[^;]*;",, |
Also available in: Unified diff
filter_ERD.csv: Removed no longer needed references to role