Erpnext version 12 getting error on deletion of salary slip

i have upgraded to version 12 of erpnext. On deletion of salary slip i am getting this error:

pymysql.err.InternalError: (1054, “Unknown column ‘gcalendar_sync_id’ in ‘field list’”)

i could not get from where this error is coming.

gcalendar_sync_id may relate to Google Calendar?

Provided you are self hosted - access the server to inspect the logs directory. There you should find a log file with the full traceback - please copy and paste that here.

i have correct the error. It was due to missing column “gcalendar_sync_id” in database table tabDeleted Document. Now it is working fine.

Thanks

What syntax was used to do this? could you please past the command?

Could you please share the MariaDB commands that you executed?

I don’t find this as an answer.
There isn’t any solution mentioned here.

All that i can see is a piece of theoretical aspect.
Could have been useful if you have shared some mariadb commands to overcome the problem specified.

Thank you.