First time here? Check out the FAQ!

Revision history  [back]

Migration Problem

I get the following exception when I attempt to migrate:

.../South-0.7.2-py2.6.egg/south/migration/__init__.py", line 88, in checkk_migration_histories
  raise exceptions.GhostMigrations(ghosts)
south.exceptions.GhostMigrations:

 ! These migrations are in the database but not on disk:
    
 ! I'm not trusting myself; either fix this yourself by fiddling 
 ! with the south_migrationhistory table, or pass --delete-ghost-migrations
 ! to South to have it delete ALL of these records (this may not be good).

Note that I had a fairly old verion (0.6.17) and am migrating to 0.6.47 This is also using the virtualenv.

This is using mysql as the DB.

Migration Problem

I get the following exception when I attempt to migrate:

.../South-0.7.2-py2.6.egg/south/migration/__init__.py", line 88, in checkk_migration_histories
  raise exceptions.GhostMigrations(ghosts)
south.exceptions.GhostMigrations:

 ! These migrations are in the database but not on disk:
    
 ! I'm not trusting myself; either fix this yourself by fiddling 
 ! with the south_migrationhistory table, or pass --delete-ghost-migrations
 ! to South to have it delete ALL of these records (this may not be good).

Note that I had a fairly old verion (0.6.17) and am migrating to 0.6.47 This is also using the virtualenv.

This is using mysql as the DB.

Migration Problem

I get the following exception when I attempt to migrate:

.../South-0.7.2-py2.6.egg/south/migration/__init__.py", line 88, in checkk_migration_histories
  raise exceptions.GhostMigrations(ghosts)
south.exceptions.GhostMigrations:

 ! These migrations are in the database but not on disk:
    
 ! I'm not trusting myself; either fix this yourself by fiddling 
 ! with the south_migrationhistory table, or pass --delete-ghost-migrations
 ! to South to have it delete ALL of these records (this may not be good).

Note that I had a fairly old verion (0.6.17) and am migrating to 0.6.47 This is also using the virtualenv.

This is using mysql as the DB.