Signal-iOS/SignalServiceKit/tests/Network/Spam
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
..
SpamReportingTokenRecordTest.swift Explain why a migration lacks a column type 2023-02-06 08:34:00 -08:00
SpamReportingTokenTest.swift Add spam reporting tokens 2023-01-25 14:14:57 -06:00