Models exist through time

OK, OK, we all know this, right? This is why we have database migrations, because our models (for me, this roughly means “database-persisted instances of some kind of in-memory object”, but you can interpret it more widely if that’s useful for you) change through time. We didn’t know we needed to track whether a Frobble …