Skip to content

Instantly share code, notes, and snippets.

@bibliotechy
Created June 14, 2013 12:39
Show Gist options
  • Save bibliotechy/5781505 to your computer and use it in GitHub Desktop.
Save bibliotechy/5781505 to your computer and use it in GitHub Desktop.
shortimer error on ./manage.py syncdb --migrate --noinput
/home/cbn/.virtualenvs/shortimer/local/lib/python2.7/site-packages/django/conf/__init__.py:221: DeprecationWarning: You have no filters defined on the 'mail_admins' logging handler: adding implicit debug-false-only filter. See http://docs.djangoproject.com/en/dev/releases/1.4/#request-exceptions-are-now-always-logged
DeprecationWarning)
Syncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table south_migrationhistory
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Migrating...
Running migrations for social_auth:
- Migrating forwards to 0002_auto__add_unique_nonce_timestamp_salt_server_url__add_unique_associati.
> social_auth:0001_initial
> social_auth:0002_auto__add_unique_nonce_timestamp_salt_server_url__add_unique_associati
- Loading initial data for social_auth.
Installed 0 object(s) from 0 fixture(s)
Running migrations for jobs:
- Migrating forwards to 0029_populate_subject_description.
> jobs:0001_initial
> jobs:0002_auto__add_userprofile
> jobs:0003_auto__add_field_userprofile_twitter_username__add_field_userprofile_fa
> jobs:0004_auto__del_field_userprofile_twitter_username__del_field_userprofile_li
> jobs:0005_auto__add_field_employer_freebase_id
> jobs:0006_auto__add_field_job_description_scrubbed
> jobs:0007_auto__add_jobedit__del_field_job_description_scrubbed
> jobs:0008_auto__add_field_job_published__add_field_job_published_by
> jobs:0009_add_publish_info
- Migration 'jobs:0009_add_publish_info' is marked for no-dry-run.
> jobs:0010_auto__add_unique_subject_slug__add_field_job_tweet_date
> jobs:0011_auto__chg_field_job_post_date
> jobs:0012_auto__add_field_job_updated
> jobs:0013_add_updated
- Migration 'jobs:0013_add_updated' is marked for no-dry-run.
> jobs:0014_auto__chg_field_job_updated
> jobs:0015_auto__add_field_employer_slug
> jobs:0016_add_employer_slug
- Migration 'jobs:0016_add_employer_slug' is marked for no-dry-run.
> jobs:0017_auto__add_field_job_deleted
> jobs:0018_auto__add_field_job_origin_url
> jobs:0019_add_origin
- Migration 'jobs:0019_add_origin' is marked for no-dry-run.
> jobs:0020_auto__add_field_job_page_views
> jobs:0021_add_location
> jobs:0022_add_postal_code
> jobs:0023_larger_country
> jobs:0024_relax_lonlat
> jobs:0025_populate_locations
- Migration 'jobs:0025_populate_locations' is marked for no-dry-run.
! 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: (migration cannot be dry-run; cannot discover commands)
! The South developers regret this has happened, and would
! like to gently persuade you to consider a slightly
! easier-to-deal-with DBMS (one that supports DDL transactions)
! NOTE: The error which caused the migration to fail is further up.
Error in migration: jobs:0025_populate_locations
DatabaseError: (1054, "Unknown column 'jobs_employer.description' in 'field list'")
@edsu
Copy link

edsu commented Jun 14, 2013

Ok, I just started with a blank slate and see the same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment