dddeastanglia / DDDEastAnglia

DDD East Anglia website
https://www.dddeastanglia.com
7 stars 10 forks source link

Fix #162 Record the position in the list of each voted session #269

Closed adrianbanks closed 10 years ago

adrianbanks commented 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.

alastairs commented 10 years ago

266 is now merged.

adrianbanks commented 10 years ago

I've rebased this onto the database migrations branch, so it should merge more easily.

alastairs commented 10 years ago

Let's see how well the migrations work...