From 3c81bb2b4ebe614f2b317a259453cbf0dd56430b Mon Sep 17 00:00:00 2001 From: lastlink Date: Sat, 1 Oct 2022 13:44:43 -0400 Subject: [PATCH] disable old way --- samples/mermaid.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/mermaid.py b/samples/mermaid.py index e46b62d..54fb583 100644 --- a/samples/mermaid.py +++ b/samples/mermaid.py @@ -65,8 +65,8 @@ if(addSpace): print('') # old way -for table in catalog.tables: - for childTable in table.getRelatedTables(TableRelationshipType.child): - print(' ' + table.name + ' ||--o{ ' + childTable.name + ' : "foreign key"') - print('') -print('```') \ No newline at end of file +# for table in catalog.tables: +# for childTable in table.getRelatedTables(TableRelationshipType.child): +# print(' ' + table.name + ' ||--o{ ' + childTable.name + ' : "foreign key"') +# print('') +# print('```') \ No newline at end of file