Commit 96a24f7d authored by Frank Bergmann's avatar Frank Bergmann

- File-Storage:

  Fixed meta-data for file_storage_object in order
  to allow intranet-rest to serve this object type
parent 106eb7a9
-- Fix metadata from file_storage_object
update acs_object_types set
table_name = 'file_storage_objectx',
id_column='object_id'
where
object_type = 'file_storage_object'
;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment