Commit c627336
committed
Merge branch 'improvement/SQL-topic-constraint' into develop
This ensures that a topic with the same key as another topic cannot exist within the same parent scope. This is already enforced by the Topic Library itself, but not by the SQL schema. This helps prevent inadvertent conflicts from being introduced when manually updating the SQL database, which would result in an exception when loading the data via an `ITopicRepository` implementation. This resolves #106.1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
0 commit comments