Inspired by RoR Migrations I’ll summarize how to gain similar benefits in the J2ME world with respect to it’s special needs:
attach a version marker to each RecordStore name,
as there’s no callback at install time and at launch time things must be quick as possible, use a fall-back mechanism on opening RecordStores,
therefore use a custom …