Yes. It is looking for sequential numbers and you're jumping from 29 to 210 :-)
David On 2010-10-06, at 5:06 PM, Johnny Miller wrote: > Hi, > > I'm creating a new version of an existing model so I created a new framework > with a new model with a name like MyModelv2 > > So my migration classes have names like .... > > MyModelv20.java > MyModelv21.java > MyModelv22.java > > ... > > Which works fine but when I got to > > MyModelv210.java > > when the application starts it does not discover the file and therefore never > runs the migration. Do you think having a numeric character at the end of my > model's name is throwing it off? > > Thanks, > > Johnny Miller > Kahalawai Media Corp > http://www.kahalawai.com > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
