northlander's profile - activity

2014-04-29 11:48:55 -0500 received badge Notable Question (source)
2013-04-18 10:39:23 -0500 received badge Popular Question (source)
2013-03-12 18:05:58 -0500 received badge Taxonomist
2012-07-24 03:32:11 -0500 received badge Famous Question (source)
2012-02-20 04:48:39 -0500 commented answer Migrate askbot failed

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

2012-02-15 19:21:35 -0500 commented answer Migrate askbot failed

It is mysql 5.5.20.

2012-02-14 20:48:31 -0500 commented question Migrate askbot failed

I'm the Anonymous

2012-02-14 20:45:18 -0500 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?

2012-02-14 19:44:06 -0500 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; []