Update schema definition
This commit is contained in:
parent
5b2dfbe8ad
commit
04c7d8eff4
@ -1238,7 +1238,7 @@ CREATE
|
||||
IF NOT EXISTS "MessageDecryptDeduplication" (
|
||||
"id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL
|
||||
,"serviceTimestamp" INTEGER NOT NULL
|
||||
,"encryptedEnvelopeData" BLOB NOT NULL
|
||||
,"encryptedEnvelopeDataHash" BLOB NOT NULL
|
||||
)
|
||||
;
|
||||
|
||||
|
||||
@ -1453,7 +1453,7 @@ public class GRDBSchemaMigrator: NSObject {
|
||||
.notNull()
|
||||
table.column("serviceTimestamp", .integer)
|
||||
.notNull()
|
||||
table.column("encryptedEnvelopeData", .blob)
|
||||
table.column("encryptedEnvelopeDataHash", .blob)
|
||||
.notNull()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user