antville/code/TopicMgr/type.properties
Robert Gaggl f8db009bff changed type.properties according to new database-schema:
- all tables are prefixed with AV_
- WEBLOG was renamed to AV_SITE
- GOODIE was renamed to AV_FILE
- all columns are prefixed with the table-name (without table-prefix)
- foreign keys follow a specific naming-convention
(for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/)
2002-06-26 16:03:59 +00:00

8 lines
270 B
INI

_children = collection (story)
_children.local = SITE_ID
_children.foreign = TEXT_F_SITE
_children.filter = TEXT_PROTOTYPE = 'story'
_children.order = TEXT_CREATETIME desc
_children.group = TEXT_TOPIC
_children.group.prototype = topic
_children.group.order = TEXT_TOPIC