I have had an app running for a few months and recently could not connect to (nginx) server. Then after restart got this error: RuntimeError: table appears corrupted
If I add migrate=False,fake_migrate=True to DAL then app works. But when remove this error returns. Any idea what is going wrong? --

