mirror of
https://github.com/signalapp/Signal-iOS.git
synced 2025-12-05 01:10:41 +00:00
Remove TestModel from the database
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
"TSAttachmentStream.isValidVideoCached": "Bool",
|
||||
"TSAttachmentStream.isAnimatedCached": "Bool",
|
||||
"OWSBackupFragment.uncompressedDataLength": "UInt64",
|
||||
"TestModel.nsNumberValueUsingInt64": "Int64",
|
||||
"TestModel.nsNumberValueUsingUInt64": "UInt64",
|
||||
"SSKJobRecord.exclusiveProcessIdentifier": "Int32",
|
||||
"TSMessage.storyTimestamp": "UInt64",
|
||||
"TSThread.editTargetTimestamp": "UInt64",
|
||||
|
||||
@@ -150,15 +150,6 @@
|
||||
"StickerPackRecord.isInstalled": 5,
|
||||
"StickerPackRecord.items": 6,
|
||||
"StickerPackRecord.title": 7,
|
||||
"TestModelRecord.dateValue": 1,
|
||||
"TestModelRecord.doubleValue": 2,
|
||||
"TestModelRecord.floatValue": 3,
|
||||
"TestModelRecord.int64Value": 4,
|
||||
"TestModelRecord.nsIntegerValue": 5,
|
||||
"TestModelRecord.nsNumberValueUsingInt64": 6,
|
||||
"TestModelRecord.nsNumberValueUsingUInt64": 7,
|
||||
"TestModelRecord.nsuIntegerValue": 8,
|
||||
"TestModelRecord.uint64Value": 9,
|
||||
"ThreadRecord.addresses": 21,
|
||||
"ThreadRecord.allowsReplies": 18,
|
||||
"ThreadRecord.contactPhoneNumber": 8,
|
||||
|
||||
Reference in New Issue
Block a user