remove mistaken break

This commit is contained in:
Eric House 2014-01-30 07:00:30 -08:00
parent cd6293fbd3
commit a8d01f6de2

View file

@ -226,8 +226,6 @@ public class DBHelper extends SQLiteOpenHelper {
makeAutoincrement( db, TABLE_NAME_SUM, s_summaryColsAndTypes );
case 17:
addSumColumn( db, THUMBNAIL );
// nothing yet
break;
case 18:
createStudyTable( db );
break;