Create wikivoyage saved_articles_table in onCreate too

This commit is contained in:
Alex Sytnyk 2018-04-06 18:12:00 +03:00
parent 1578025a83
commit 28e35dc196

View file

@ -204,6 +204,7 @@ public class WikivoyageLocalDataHelper {
private void onCreate(SQLiteConnection conn) { private void onCreate(SQLiteConnection conn) {
conn.execSQL(HISTORY_TABLE_CREATE); conn.execSQL(HISTORY_TABLE_CREATE);
conn.execSQL(BOOKMARKS_TABLE_CREATE);
} }
@SuppressWarnings("unused") @SuppressWarnings("unused")