Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
soleMemory committed May 1, 2016
1 parent f3f291a commit 14da11b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public Db(Context context) {

@Override
public void onCreate(SQLiteDatabase db) {
db.execSQL("create table whereYou(" +
db.execSQL("create table whereYou(" +
"_id integer PRIMARY KEY AUTOINCREMENT," +
"longitude text DEFAULT \"\"," +
"latitude text DEFAULT \"\")");
Expand Down

0 comments on commit 14da11b

Please sign in to comment.