]> Untitled Git - lemmy.git/blob - migrations/2021-12-09-225529_add_published_to_email_verification/up.sql
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
[lemmy.git] / migrations / 2021-12-09-225529_add_published_to_email_verification / up.sql
1 alter table email_verification add column published timestamp not null default now();