nextcloud / tables

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

Undefined table: 7 ERROR: relation "oc_tables_row_cells_usergroup" does not exist #1256

Closed SystemKeeper closed 1 month ago

SystemKeeper commented 1 month ago

Steps to reproduce

After creating a new table and reloading the page:

image
{
    "message": "OCA\\Tables\\Db\\Row2Mapper - getRows: An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation \"oc_tables_row_cells_usergroup\" does not exist\nLINE 1: ..., CAST(\"value_type\" AS TEXT) AS \"value_type\" FROM \"oc_tables...\n                                                             ^"
}

ReqId gEUV73pIp1e8rzzwAlMQ

juliushaertl commented 1 month ago

Where did this happen? We should not have released the code in question yet

juliushaertl commented 1 month ago

Ah daily, we did not bump the app version so the migration didn't execute.

juliushaertl commented 1 month ago

Let me fix that manually there, planned to build a new release tomorrow.

juliushaertl commented 1 month ago

Should be working now again there, could you verify?

SystemKeeper commented 1 month ago

Yes, works fine now, thanks!