Skip to content

Commit

Permalink
Restored to
Browse files Browse the repository at this point in the history
  • Loading branch information
tslever committed Aug 9, 2024
1 parent 24241f3 commit bff4a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/builder.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const getRelation = (column: DatabaseColumn) => {
return "||--|{";
}

return "}|--||";
return "|{--||";
};

const formatConstraints = (element?: string[]) =>
Expand Down

0 comments on commit bff4a5d

Please sign in to comment.