Closed adrianbanks closed 10 years ago
This will require a schema change:
ALTER TABLE [dbo].[Votes] ADD [PositionInList] [int] NOT NULL
As a result, it will need some level of integration with #266, as that contains a script to create the default structure.
I've rebased this onto the database migrations branch, so it should merge more easily.
Let's see how well the migrations work...
This will require a schema change:
As a result, it will need some level of integration with #266, as that contains a script to create the default structure.