]> Untitled Git - lemmy.git/blob - migrations/2021-12-09-225529_add_published_to_email_verification/up.sql
Do not decrement comment score twice when removing then deleting. (#3196)
[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();