mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
remove mistaken break
This commit is contained in:
parent
cd6293fbd3
commit
a8d01f6de2
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ public class DBHelper extends SQLiteOpenHelper {
|
||||||
makeAutoincrement( db, TABLE_NAME_SUM, s_summaryColsAndTypes );
|
makeAutoincrement( db, TABLE_NAME_SUM, s_summaryColsAndTypes );
|
||||||
case 17:
|
case 17:
|
||||||
addSumColumn( db, THUMBNAIL );
|
addSumColumn( db, THUMBNAIL );
|
||||||
// nothing yet
|
|
||||||
break;
|
|
||||||
case 18:
|
case 18:
|
||||||
createStudyTable( db );
|
createStudyTable( db );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue