-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using south fail #42
Comments
I got something very similar using postgresql: Running migrations for djangopypi:
Error in migration: djangopypi:0002_refactoring |
ALTER TABLE djangopypi_release ADD COLUMN package_id varchar(255) NOT NULL; seems to work whereas: ALTER TABLE "djangopypi_release" ADD COLUMN "package_id" varchar(255) NOT NULL DEFAULT None; does not |
I too encountered the similar error with south |
The text was updated successfully, but these errors were encountered: