You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2022-04-19-111004_default_r.../up.sql

7 lines
236 B
SQL

ALTER TABLE site
ALTER COLUMN require_application SET DEFAULT TRUE;
ALTER TABLE site
ALTER COLUMN application_question SET DEFAULT 'To verify that you are human, please explain why you want to create an account on this site';