mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 );
|
||||
case 17:
|
||||
addSumColumn( db, THUMBNAIL );
|
||||
// nothing yet
|
||||
break;
|
||||
case 18:
|
||||
createStudyTable( db );
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue