forked from mirror/monocles_chat_clean
updated DatabaseBackend
This commit is contained in:
parent
8053275ec8
commit
f3cccb0164
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class DatabaseBackend extends SQLiteOpenHelper {
|
|||
|
||||
private static final String CREATE_PREKEYS_STATEMENT = "CREATE TABLE "
|
||||
+ SQLiteAxolotlStore.PREKEY_TABLENAME + "("
|
||||
+ SQLiteAxolotlStore.ACCOUNT + " TEXT, "
|
||||
+ SQLiteAxolotlStore.ACCOUNT + " TEXT, "
|
||||
+ SQLiteAxolotlStore.ID + " INTEGER, "
|
||||
+ SQLiteAxolotlStore.KEY + " TEXT, FOREIGN KEY("
|
||||
+ SQLiteAxolotlStore.ACCOUNT
|
||||
|
|
Loading…
Reference in a new issue