PostgreSQL, migrations and "because it has pending trigger events"
PostgreSQL, migrations and "because it has pending trigger events"
- Subject: PostgreSQL, migrations and "because it has pending trigger events"
- From: Pascal Robert <email@hidden>
- Date: Tue, 23 Oct 2012 08:13:33 -0400
FYI, if you are using migrations and PostgreSQL, and you are getting "ALTER TABLE table name failed because it has pending trigger events", it's because you are adding a boolean column without setting the default value. I got this problem this morning because I didn't add the default value for one of the 3 boolean columns I was adding in the migration.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden