Commit dc1b927
committed
Merge branch 'bugfix/SQL-updates' into develop
Fixed a couple of bugs in the SQL scripts discovered as part of final integration testing.
- Updated migration script to ensure that the `BaseTopic` attribute was correctly renamed. Previously, there were two errors in the migration script which prevented this from being correctly updated (0929fb4).
- Updated the `CreateTopic` stored procedure so that it will correctly create a root topic if none already exists (ade1f90). This resolves a bug introduced previously when allowing _additional_ root topics to be added (5000ca0); in doing so, I inadvertently prevented the _initial_ root topic from being created.2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- OnTopic.Data.Sql.Database
- Scripts
- Stored Procedures
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments