nextcloud / richdocuments

📑 Collabora Online for Nextcloud
https://nextcloud.com/collaboraonline
358 stars 117 forks source link

fix: use new db types constants #4230

Closed elzody closed 1 week ago

elzody commented 1 week ago

Summary

psalm was throwing errors because as of nextcloud 31.0.0 you must use the new Types constants when adding types to a database entity. so, we migrate them here

you can see it here: https://nextcloud-server.netlify.app/classes/ocp-appframework-db-entity#method_addType

image

Checklist