Skip to content
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

When doing 'migrate' for first time, crash w/r/t uploads app #67

Open
paulproteus opened this issue Nov 25, 2013 · 0 comments
Open

When doing 'migrate' for first time, crash w/r/t uploads app #67

paulproteus opened this issue Nov 25, 2013 · 0 comments

Comments

@paulproteus
Copy link
Contributor

Debug output:

DEBUG 2013-11-24 17:04:40,689 generic 6877 140336744642304 execute "ALTER TABLE "people" ALTER COLUMN "email" TYPE varchar(75), ALTER COLUMN "email" SET NOT NULL, ALTER COLUMN "email" DROP DEFAULT;" with params "[]"

greenhouse:0010_auto__add_field_uploads_original_email_changer__add_field_people_origi
DEBUG 2013-11-24 17:04:40,737 generic 6877 140336744642304 execute "ALTER TABLE "uploads" ADD COLUMN "original_email_changer" varchar(75) NULL;" with params "[]"
DEBUG 2013-11-24 17:04:40,738 generic 6877 140336744642304 execute "ALTER TABLE "people" ADD COLUMN "original_email" varchar(75) NULL;" with params "[]"
greenhouse:0011_auto__del_field_people_is_active
DEBUG 2013-11-24 17:04:40,756 generic 6877 140336744642304 execute "ALTER TABLE "people" DROP COLUMN "is_active" CASCADE;" with params "[]"
greenhouse:0012_original_email
Error in migration: greenhouse:0012_original_email
ImproperlyConfigured: App with label uploads could not be found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant