update tickets set ticket_status=5 where ticket_status='Closed';
Query OK, 3 rows affected (0.009 sec)
Rows matched: 3 Changed: 3 Warnings: 0
Verify
MariaDB [itflow]> select ticket_status, ticket_closed_at from tickets where ticket_status = "Closed";
Empty set (0.002 sec)
Drop column from logins
alter table logins drop if exists login_folder_id;
Attempt to update through website - Success!!!
Thank you for your help in troubleshooting this