Error occurs when clicking actions on the student report.
Error also occurs when clicking on the permissions report.
Debug info: Unknown column 'p.ride_permission_details' in 'field list'
Error code: dmlreadexception
I believe the error stems from the fact that I renamed field specific_drivers to ride_permission_details in every place I could find as well as the XLMDB editor, but for some reason in Sequel Pro the column in the permissions table is still listed as specific_drivers instead of the new name. The other changes I made to the table (renaming a couple other fields and deleting two fields) were reflected in the permissions table, so I am not sure what is causing this specific issue.
Error occurs when clicking actions on the student report.
Error also occurs when clicking on the permissions report.
Debug info: Unknown column 'p.ride_permission_details' in 'field list'
Error code: dmlreadexception
I believe the error stems from the fact that I renamed field specific_drivers to ride_permission_details in every place I could find as well as the XLMDB editor, but for some reason in Sequel Pro the column in the permissions table is still listed as specific_drivers instead of the new name. The other changes I made to the table (renaming a couple other fields and deleting two fields) were reflected in the permissions table, so I am not sure what is causing this specific issue.