mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 20:55:41 +03:00
Create chaptersync table for new databases
This commit is contained in:
parent
1d5e8e02d3
commit
e1a14be2bd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public class DbOpenHelper extends SQLiteOpenHelper {
|
|||
public void onCreate(@NonNull SQLiteDatabase db) {
|
||||
db.execSQL(MangaTable.getCreateTableQuery());
|
||||
db.execSQL(ChapterTable.getCreateTableQuery());
|
||||
db.execSQL(ChapterSyncTable.getCreateTableQuery());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue