mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
create table in new DB as well as when upgrading
This commit is contained in:
parent
c96e848a05
commit
291d4f0217
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ public class DBHelper extends SQLiteOpenHelper {
|
|||
forceRowidHigh( db, TABLE_NAME_SUM );
|
||||
createGroupsTable( db, false );
|
||||
createStudyTable( db );
|
||||
createLocTable( db );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue