fxn
1
Just wanted to share this gotcha:
- Create model A and initialize some record from
within the very migration.
- Create model B (perhaps 27 migrations later,
two weeks later).
- An observer of A uses B.
Now you can’t do a fresh install (or go down to VERSION corresponding
to 1. and then up).
– fxn
fxn
2
If so, you should submit this as a ticket.
Joe
fxn
3
On Aug 24, 2006, at 12:05 PM, Joe R. wrote:
If so, you should submit this as a ticket.
Why? I see no bug there. It is just a consequence of how things work.
– fxn