diff --git a/vote/include/schema.sql b/vote/include/schema.sql index ec44fb1..8ad476a 100644 --- a/vote/include/schema.sql +++ b/vote/include/schema.sql @@ -44,5 +44,6 @@ CREATE TABLE `election_votes` ( `id` int(11) NOT NULL auto_increment, `choice_id` int(11) NOT NULL default '0', `anon_id` int(11) NOT NULL default '0', + `preference` int(11) NOT NULL default '0', PRIMARY KEY (`id`));