Skip to content

Commit

Permalink
small changes to erd
Browse files Browse the repository at this point in the history
  • Loading branch information
hswerdfe committed Mar 2, 2021
1 parent b962013 commit 93360e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generate_db_generations_sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ wbe_sql_write_db_creation <- function(lang = "en",

#############################################
#'
#'
#' Writed the ERD file.
#'
#'
wbe_generate_erd <- function(
Expand Down Expand Up @@ -497,7 +497,7 @@ wbe_generate_erd <- function(
node_attrs = "fontname = 'Arial'",
columnArrows = TRUE)
g <- dm_render_graph(graph)
g
#g
svg_str <- export_svg(g)


Expand Down

0 comments on commit 93360e0

Please sign in to comment.