Aspsine / MultiThreadDownload

Android Multi-Thread Download library
908 stars 284 forks source link

Migration from previous versions have to been implemented #47

Closed risayew closed 8 years ago

risayew commented 8 years ago

Hi, Thank you for the great library. I updated the library and have the following error message in my app W/System.err﹕ android.database.sqlite.SQLiteException: no such column: tag (code 1): , while compiling: select * from ThreadInfo where tag = ? ...

Aspsine commented 8 years ago

You can update db version. https://github.com/Aspsine/MultiThreadDownload/blob/master/library/src/main/java/com/aspsine/multithreaddownload/db/DBOpenHelper.java#L13

private static final int DB_VERSION = 2;