I am working on a project that requires ERAttachment. I am also using migrations in my app. As I am in the early stages, there are times I just drop the database, recreate it and let the migrations run from this empty database.
I keep running into an issue where I am starting up on a fresh clean database. the apps fails to launch with: Nov 07 12:39:10 ASClientApproval[63195] ERROR er.extensions.appserver.ERXApplication - ASClientApproval failed to start. PSQLException: ERROR: relation "erattachment" does not exist In the order pane of the Build Path section, I pushed ERAttachment to be the first element. What is going on here? ERAttachment is the first element in the order section of the Build Path. I thought about creating a minimal first migration that doesn’t really do much, and a second migration that does my real work. Why am I jumping through hoops? Ted
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
