Signal-iOS/SignalServiceKit/tests/Network
Evan Hahn 7efe024940 Explain why a migration lacks a column type
This change should have no user impact.

I created a column in 8d707a9c74. I wanted
it to be a `BLOB`. I succeeded because [SQLite chooses `BLOB` by
default][0], but I wish I had been explicit.

I *could've* updated the migration, but didn't want to make a mistake
and cause divergent migrations. Instead, I added a comment.

I also updated a test.

[0]: https://www.sqlite.org/datatype3.html#determination_of_column_affinity
2023-02-06 08:34:00 -08:00
..
Spam Explain why a migration lacks a column type 2023-02-06 08:34:00 -08:00
HTMLMetadataTests.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
MessageSenderJobRecordTest.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
MessageSendJobQueueTest.swift Reduce flakiness of MessageSenderJobQueueTest 2023-01-13 12:51:41 -08:00
OWSHttpHeadersTest.swift Fix various bugs in OWSHttpHeaders 2022-11-22 11:43:55 -08:00
OWSRequestFactoryTest.swift Add deprecated prefix to all existing onboarding/registration types 2023-02-03 15:02:04 -08:00
OWSURLBuilderUtilTest.swift Use common logic when creating web sockets 2023-01-24 14:01:34 -08:00
SignalProxyTest.swift Change license to AGPL 2022-10-13 08:25:37 -05:00