mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26: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)" }
|
,{ LOCALE, "TEXT(5)" }
|
||||||
,{ BLESSED, "INTEGER(1)" }
|
,{ BLESSED, "INTEGER(1)" }
|
||||||
,{ XLATION, "TEXT" }
|
,{ XLATION, "TEXT" }
|
||||||
|
,{ "UNIQUE", "(" + KEY + ", " + LOCALE + "," + BLESSED + ")" }
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final String[][] s_pairsSchema = {
|
private static final String[][] s_pairsSchema = {
|
||||||
|
|
Loading…
Reference in a new issue