Create wikivoyage saved_articles_table in onCreate too
This commit is contained in:
parent
1578025a83
commit
28e35dc196
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue