First time here? Check out the FAQ!
1

Ghost migrations 0.7.40

Hello again.

After I tried to reinstall existing Askbot installation, I found strange error on database migrate:

! These migrations are in the database but not on disk:
<askbot: 0108_auto__add_field_thread_score>
<askbot: 0109_denormalize_question_vote_to_thread>
<askbot: 0110_auto__add_field_thread_added_at>
<askbot: 0111_populate__thread__added_at>
<askbot: 0112_add_model_ReplyAddress>
<askbot: 0113_auto__add_field_thread_added_at__add_field_thread_score__add_field_rep>

Askbot: dev;
Python: 2.6.6
South: 2.7.4
MySQL: 5.1.61

Can it be fixed?

Olloff's avatar
97
Olloff
asked 2012-04-17 07:18:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

My bad, some files was deleted/broken. Strange, but neither "git pull" nor "git clean" can't solve problem or even alert me about it.

Note to yourself:
if installer says "migrations are not on disk", try to search them for the start. Feel like an idiot.

Olloff's avatar
97
Olloff
answered 2012-04-17 15:14:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments