Hello everybody,
First of all I wish you all very happy celebrations!
I turn to you regarding the new alerts in my configuration since the update from 17.0.1 to 17.0.2:
βSome columns in the database are missing a conversion to big int. [β¦]β
mounts.storage_id
mounts.root_id
mounts.mount_id
I donβt know how to identify the characteristics to make the necessary sql commands myself, if someone can help me?
I know it should look something like this:
ALTER TABLE `???` MODIFY `mounts.storage_id` bigint ???; ALTER TABLE `???` MODIFY `mounts.root_id` bigint ???; ALTER TABLE `???` MODIFY `mounts.mount_id` bigint ???;
But I donβt know how to identify in which table (oc_filecache
, oc_mimetypes
, oc_storages
, β¦) and what value to configure for each column (NOT NULL DEFAULT β0β or NOT NULL AUTO_INCREMENT)?
In advance thank you for your help and all wishes of happiness and good health to all