]> Untitled Git - lemmy.git/blob - migrations/2022-08-04-214722_add_distinguished_comment/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2022-08-04-214722_add_distinguished_comment / up.sql
1 ALTER TABLE comment
2     ADD COLUMN distinguished boolean NOT NULL DEFAULT FALSE;
3