nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
143 stars 24 forks source link

fix(DB): nodeType of Contexts is an int #946

Closed blizzz closed 6 months ago

blizzz commented 6 months ago

It's a left over from changing nodeType of initially thought as string to int. The PHP code already expects ints, but it is stored as string in the database, and returned like this in the Entity.