What is wrong with my custom Django Migration?
I’m a hobbyist developing a Django Rest Framework app which communicates with a Mariadb database. I’ve written the following stored procedure to do some intermediate processing. Using Pycharm (pro) I can execute the procedure, verify it’s created in the database routines folder and call it from DRF. So far so good.