commento/db/20180610215858-commenter-password.sql
Adhityaa 2020405e8b frontend, api: allow custom emails as commenters
I'm really sorry this came out as one huge commit, but I'm afraid
I can't split this up.

Closes https://gitlab.com/commento/commento-ce/issues/9
2018-06-10 22:58:54 +05:30

3 lines
68 B
SQL

ALTER TABLE commenters
ADD passwordHash TEXT NOT NULL DEFAULT '';