Skip to content

Commit 8ba3514

Browse files
committed
Deleted unused Stack_Top column
Previously, the `Stack_Top` column was used by the `GenerateNestedSet` stored procedure when regenerating the hierarchy. In a previous commit, this dependency was removed by updating `GenerateNestedSet` to operate off of a temporary table instead (dc72be2). Given that, there's no need to maintain this dependency anymore.
1 parent 1dc0086 commit 8ba3514

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OnTopic.Data.Sql.Database/Tables/Topics.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
--------------------------------------------------------------------------------------------------------------------------------
77
CREATE
88
TABLE [dbo].[Topics] (
9-
[Stack_Top] INT NULL,
109
[TopicID] INT IDENTITY (1, 1) NOT NULL,
1110
[RangeLeft] INT NOT NULL,
1211
[RangeRight] INT NOT NULL,

0 commit comments

Comments
 (0)