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

2 lines
225 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';