add miss files

This commit is contained in:
sonichy
2019-03-21 00:26:00 +08:00
parent 6691204b09
commit 963f99f656
3 changed files with 17 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ public class DBHelper extends SQLiteOpenHelper {
@Override
public void onCreate(SQLiteDatabase db) {
this.db = db;
db.execSQL("CREATE TABLE webfav (_id INTEGER PRIMARY KEY ,website TEXT,title TEXT)");
db.execSQL("CREATE TABLE webfav (_id INTEGER PRIMARY KEY , website TEXT, title TEXT)");
}
@Override