* 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:
parent
29ca787190
commit
9b4a5bc10e
17 changed files with 68 additions and 84 deletions
|
@ -23,7 +23,9 @@
|
|||
##
|
||||
|
||||
_children = collection(File)
|
||||
_children.local = id
|
||||
_children.foreign = site_id
|
||||
_children.order = created desc
|
||||
_children.accessname = name
|
||||
_children.local.1 = $id
|
||||
_children.foreign.1 = parent_id
|
||||
_children.local.2 = $prototype
|
||||
_children.foreign.2 = parent_type
|
||||
_children.order = created desc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue