nextcloud / tables

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

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

Closed blizzz closed 7 months ago

blizzz commented 7 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.