Skip to content

Commit

Permalink
- remove this for now, need to debug on fresh (2.1) deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran committed Aug 18, 2010
1 parent 37ea17f commit bd44222
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -215,8 +215,8 @@ public TimetableDbAdapter open() throws SQLException {

}
mDb = mDbHelper.getWritableDatabase();
mDb.execSQL("create index if not exists stats_idx on StationMovables (statid);");
mDb.execSQL("create index if not exists movables_idx on StationMovables (movableid);");
//mDb.execSQL("create index if not exists stats_idx on StationMovables (statid);");
//mDb.execSQL("create index if not exists movables_idx on StationMovables (movableid);");
return this;
}

Expand Down

0 comments on commit bd44222

Please sign in to comment.