]> Untitled Git - lemmy.git/blob - migrations/2021-03-19-014144_add_col_local_user_validator_time/up.sql
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
[lemmy.git] / migrations / 2021-03-19-014144_add_col_local_user_validator_time / up.sql
1 alter table local_user add column validator_time timestamp not null default now();