northlander's profile - activity

11 years ago received badge Notable Question (source)
12 years ago received badge Popular Question (source)
12 years ago received badge Taxonomist
12 years ago received badge Famous Question (source)
13 years ago commented answer Migrate askbot failed

I need to find a new server to do that test. let me try....

13 years ago commented answer Migrate askbot failed

It is mysql 5.5.20.

13 years ago commented question Migrate askbot failed

I'm the Anonymous

13 years ago answered a question Migrate askbot failed

I fixed this problem with an --all option added. That is:

python manage.py syncdb --all

But got new problem:

python manage.py migrate askbot
Running migrations for askbot:
- Migrating forwards to 0051_proxify_qa_rev_models.
> askbot:0020_auto__add_field_repute_comment__chg_field_repute_question
! Error found during real run of migration! Aborting.

How can i fix this?

13 years ago asked a question Migrate askbot failed

I got error message when run the following cmd:

python manage.py migrate askbot


(1146, "Table 'askbot.askbot_badgedata' doesn't exist") Running migrations for askbot: - Migrating forwards to 0051_proxify_qa_rev_models.

askbot:0020_auto__add_field_repute_comment__chg_field_repute_question ! Error found during real run of migration! Aborting.

! Since you have a database that does not support running ! schema-altering statements in transactions, we have had ! to leave it in an interim state between migrations.

! You might be able to recover with: = ALTER TABLE repute DROP COLUMN comment CASCADE; []