Commit b5b4829
committed
Enforce dropping columns as part of pre-deployment script
Now that we have established a pre-deployment script (1124443) we can use it to address issues not effectively addressed by schema comparison. Notably, schema comparison won't drop columns that have data in them. As such, we can drop the legacy `Topics.Stack_Top` (8ba3514) and `Attributes.DateModified` (2b981f2) columns, which were previously removed from the schema.1 parent 105cfdd commit b5b4829
File tree
1 file changed
+23
-0
lines changed- OnTopic.Data.Sql.Database/Scripts
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
8 | 31 | | |
9 | 32 | | |
10 | 33 | | |
| |||
0 commit comments