Try 

migrate=True, fake_migrate=True 

than (after it works)

migrate=False,fake_migrate=False

or (if you plan to change your tables)

migrate=Migrate,fake_migrate=False

and you should be fine.


On Friday, 28 December 2012 22:33:11 UTC-6, Richard Penman wrote:
>
> 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?
>

-- 



Reply via email to