Skip to content

Commit

Permalink
fix name replace
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface committed Nov 13, 2024
1 parent 509d8bd commit 380e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/docgen/diagrams.go
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ var specs = []stmtSpec{
inline: []string{"opt_drop_behavior"},
unlink: []string{"trigger_name"},
replace: map[string]string{
"name": "trigger_name",
" name": " trigger_name",
"'CASCADE' | ": "",
},
nosplit: true,
Expand Down

0 comments on commit 380e274

Please sign in to comment.