mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
* tweak(frontend): do not sign up for the newsletter by default * fix(labrinth): retire Sendy for new email newsletter subscriptions
2 lines
89 B
SQL
2 lines
89 B
SQL
ALTER TABLE users ADD COLUMN is_subscribed_to_newsletter BOOLEAN NOT NULL DEFAULT FALSE;
|