* Updated DB mappings of File/Files getting closer to the one of Image/Images

* Disabled ip address property in LogEntry (will be removed in the long run)
 * Removed custom property from Skin (still needs some care)
 * Removed commented code
This commit is contained in:
Tobi Schäfer 2008-04-16 23:11:47 +00:00
parent 29ca787190
commit 9b4a5bc10e
17 changed files with 68 additions and 84 deletions

View file

@ -23,22 +23,20 @@
##
_children = collection(Skin)
_children.accessname = name
_children.local = id
_children.foreign = layout_id
_children.accessname = name
_children.group = prototype
_children.loadmode = aggressive
modified = collection(Skin)
modified.local = id
modified.foreign = layout_id
modified.filter = SKIN_ISCUSTOM = 0
modified.order = prototype, name
modified.loadmode = aggressive
custom = collection(Skin)
custom.local = id
custom.foreign = layout_id
custom.filter = SKIN_ISCUSTOM = 1
custom.order = prototype, name
custom.loadmode = aggressive