From bdc17bde78d39b564340ff93547fa5684f03889a Mon Sep 17 00:00:00 2001 From: k1LoW Date: Wed, 8 Jul 2020 22:47:45 +0900 Subject: [PATCH] [BREAKING] Change config.DefaultERFormat to 'svg' --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index fad0d3a9a..59967089c 100644 --- a/config/config.go +++ b/config/config.go @@ -23,7 +23,7 @@ const DefaultDocPath = "dbdoc" var DefaultConfigFilePaths = []string{".tbls.yml", "tbls.yml"} // DefaultERFormat is the default ER diagram format -const DefaultERFormat = "png" +const DefaultERFormat = "svg" // DefaultDistance is the default distance between tables that display relations in the ER var DefaultDistance = 1