mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Create chaptersync table for new databases
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user