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,20 @@
_datasource=antville
_tablename=SKIN
_version = 1.2
_db = antville
_table = SKIN
_id=ID
weblog=WEBLOG_ID>weblog.ID
proto=PROTO
name=NAME
skin=SOURCE
creator=CREATOR>user.ID
createtime=CREATETIME
modified=MODIFYTIME
_id = ID
# object references
weblog = object (weblog)
weblog.local = WEBLOG_ID
weblog.foreign = ID
creator = object (user)
creator.local = CREATOR
creator.foreign = ID
# primitive properties
proto = PROTO
name = NAME
skin = SOURCE
createtime = CREATETIME
modified = MODIFYTIME