forked from brmlab/brmelect-github
fix
This commit is contained in:
parent
21a7417b8c
commit
9f24f4e254
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
(execute db "create table if not exists candidates (id integer primary key autoincrement, election_id integer not null, candidate_name text not null, candidate_nick text not null, foreign key (election_id) references elections(id)")
|
(execute db "create table if not exists candidates (id integer primary key autoincrement, election_id integer not null, candidate_name text not null, candidate_nick text not null, foreign key (election_id) references elections(id)")
|
||||||
))
|
))
|
||||||
|
|
||||||
(initialize-db)
|
;(initialize-db)
|
||||||
|
|
||||||
(define-resource (root* parameters)
|
(define-resource (root* parameters)
|
||||||
(make-html-response
|
(make-html-response
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue