corrected wrong setting for _parent
This commit is contained in:
parent
44691ec80d
commit
6ffe57d90c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ _tablename = CHOICE
|
||||||
_subnodes =< vote.CHOICE_ID
|
_subnodes =< vote.CHOICE_ID
|
||||||
|
|
||||||
_id = ID
|
_id = ID
|
||||||
_parent = poll.choices
|
_parent = poll
|
||||||
|
|
||||||
poll = POLL_ID > poll.ID
|
poll = POLL_ID > poll.ID
|
||||||
title = TITLE
|
title = TITLE
|
||||||
|
|
Loading…
Add table
Reference in a new issue