switched to version 1.2

This commit is contained in:
Robert Gaggl 2002-03-27 10:57:17 +00:00
parent f157fa8e91
commit 269a461d03
16 changed files with 237 additions and 135 deletions

View file

@ -1,11 +1,16 @@
_datasource = antville
_tablename = CHOICE
_subnodes =< vote.CHOICE_ID
_version = 1.2
_db = antville
_table = CHOICE
_children = collection (vote)
_children.local = ID
_children.foreign = CHOICE_ID
_id = ID
_parent = poll
poll = POLL_ID > poll.ID
poll = object (poll)
poll.local = POLL_ID
poll.foreign = ID
title = TITLE
createtime = CREATETIME
modifytime = MODIFYTIME