ERAttachment and _dbupdater do not agree in Wonder integration?
ERAttachment and _dbupdater do not agree in Wonder integration?
- Subject: ERAttachment and _dbupdater do not agree in Wonder integration?
- From: Johan Henselmans <email@hidden>
- Date: Sat, 09 Jun 2012 09:19:47 +0200
I am using integration from Wonder and noticed the fix that David Avendasora has pushed to make sure that cfPath is added to the erattachment table for the cloudfile extension.
Unfortunately, I still got errors because cfPath was not created, which should have been because ERAttachment2.java in migrations of the ERAttachment Library.
Looking in _dbupdater, I noticed that ERAttachment was on version 4:
lockowner | modelname | updatelock | version
| ERAttachment | 0 | 4
Is there any explanation how this version number got updated to 4, while there is only one migration from ERAttachment?
(I fixed it by setting the version to 1 via:
update _dbupdater set version = 1 where modelname = 'ERAttachment';
)
Johan Henselmans
email@hidden
_______________________________________________
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