[Fixed]-Django move from sqlite to postgres problems with integer

1👍

I suppose that the column revival had another type before it has type Integer . So, I would try that:

1) At first comment out revival

2) makemigrations and migrate

3) undo commented code containing revival

4) makemigrations and migrate

Good luck!

👤trantu

Leave a comment