« Previous | Next » 

Revision fa805261

IDfa8052611e8a2d1c17300ce7d90d2a420483bd1b
Parent 53a10aa4
Child 94300592

Added by Peter Serwylo almost 4 years ago

Don't reset "transient" tables from now on.

Instead, use:

if (oldVersion < ... && !columnExists(...))
db.execSQL("ALTER TABLE ...")

to add/modify columns as required.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences