fedora-vote votingdb.sql,1.1.1.1,1.2

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sat Jun 10 02:47:51 UTC 2006


Author: toshio

Update of /cvs/fedora/fedora-vote
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24705

Modified Files:
	votingdb.sql 
Log Message:
* votingdb.sql: Add max_seats when we insert the election into the database.



Index: votingdb.sql
===================================================================
RCS file: /cvs/fedora/fedora-vote/votingdb.sql,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- votingdb.sql	9 Jun 2006 06:17:30 -0000	1.1.1.1
+++ votingdb.sql	10 Jun 2006 02:47:48 -0000	1.2
@@ -55,4 +55,4 @@
 create view tallysheet as
 select sum(points) as vote_count, id, candidates.election_id from candidates, votes where candidates.id = candidate_id group by id, candidates.election_id order by candidates.election_id, vote_count desc;
 
-insert into election (start_date, end_date, common_name) values('2006-05-29', '2006-06-05', 'FESCo 2006');
+insert into election (start_date, end_date, common_name, max_seats) values('2006-05-29', '2006-06-05', 'FESCo 2006', '13');




More information about the fedora-extras-commits mailing list