updated DatabaseBackend

This commit is contained in:
Arne 2022-02-16 21:06:48 +01:00
parent 8053275ec8
commit f3cccb0164

View file

@ -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