The DAL seems to be acting up when I changed my project to a mysql database. Specifically it was working perfectly fine on the sqlite side, but now it keeps issuing the command:
"ALTER TABLE auth_user DROP COLUMN registration_id" Then it always issues tickets concerning there not being a registration_id in my auth_user table. I'm trying to wrap my head around what changed from sqlite to mysql to make it want to purge the registration_id column all the time, but I don't. Any help would be appreciated.

