mirror of
https://gitlab.com/commento/commento.git
synced 2026-06-17 09:55:27 -04:00
2020405e8b
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
3 lines
68 B
SQL
3 lines
68 B
SQL
ALTER TABLE commenters
|
|
ADD passwordHash TEXT NOT NULL DEFAULT '';
|