mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add constraint to loc table
This commit is contained in:
parent
94597ee287
commit
ec0443b2ce
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ public class DBHelper extends SQLiteOpenHelper {
|
|||
,{ LOCALE, "TEXT(5)" }
|
||||
,{ BLESSED, "INTEGER(1)" }
|
||||
,{ XLATION, "TEXT" }
|
||||
,{ "UNIQUE", "(" + KEY + ", " + LOCALE + "," + BLESSED + ")" }
|
||||
};
|
||||
|
||||
private static final String[][] s_pairsSchema = {
|
||||
|
|
Loading…
Reference in a new issue