]> Untitled Git - lemmy.git/blob - migrations/2021-12-09-225529_add_published_to_email_verification/up.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[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();