HomePhabricator
Diffusion Comm 04c011143b13

[keyserver] Increase `social_proof` column of `cookies` table from `varchar…

Tags
None
Referenced Files
F312841: 5ef42e.png
Jan 4 2023, 11:29 PM
File Not Attached
F312840: 74e6c9.png
Jan 4 2023, 11:29 PM
File Not Attached
F312838: f1f582.png
Jan 4 2023, 11:29 PM
File Not Attached
Subscribers
None

Description

[keyserver] Increase social_proof column of cookies table from varchar(255) to varchar(4096)

Summary:
Was experiencing issues populating the social_proof column of the cookies table because the string I was attempting to store exceeded the "width" of the column:

f1f582.png (1×3 px, 742 KB)

This diff just increases the size to ensure that the message fits.


Depends on D6134

Test Plan:

  1. Ensure migration ran successfully:

74e6c9.png (128×734 px, 23 KB)

5ef42e.png (238×480 px, 36 KB)

  1. Didn't test create-db, but confident things will work as expected.

Reviewers: ashoat, tomek

Reviewed By: ashoat

Differential Revision: https://phab.comm.dev/D6135