I'm getting the following when I attempt to delete a collection called Window Pane Block
"errors": [
{
"message": "INSERT INTO \"_knex_temp_alter706\" SELECT \"id\", \"storage\", \"filename_disk\", \"filename_download\", \"title\", \"type\", \"folder\", \"uploaded_by\", \"uploaded_on\", \"modified_by\", \"modified_on\", \"charset\", \"filesize\", \"width\", \"height\", \"duration\", \"embed\", \"description\", \"location\", \"tags\" FROM \"directus_files\"; - SQLITE_ERROR: no such table: main.block_window_pane",
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
]
}```