The oc_properties table contains any custom Webdav properties that might have been set by third party clients.
The trouble is that this table contains the full path to the target file and doesn't properly detect renames... so properties can get lost.
Furthermore, the column is too small and longer paths might not fit.
To be able to better preserve properties, we should make this table use the fileid instead of the path.
@DeepDiver1975
The oc_properties table contains any custom Webdav properties that might have been set by third party clients.
The trouble is that this table contains the full path to the target file and doesn't properly detect renames... so properties can get lost.
Furthermore, the column is too small and longer paths might not fit.
To be able to better preserve properties, we should make this table use the fileid instead of the path.
@DeepDiver1975