fix: dbml with notes (#968)

This commit is contained in:
Guy Ben-Aharon
2025-11-02 18:07:53 +02:00
committed by GitHub
parent 6d38ebe3ec
commit 973b7663b1

View File

@@ -620,6 +620,7 @@ export const applyDBMLChanges = ({
...sourceDiagram,
tables: finalTables.sort((a, b) => (a.order ?? 0) - (b.order ?? 0)),
areas: targetDiagram.areas,
notes: targetDiagram.notes,
relationships: sortedRelationships,
dependencies: updatedDependencies,
customTypes: updatedCustomTypes,