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.
tt-rss/sql/pgsql/migrations/143.sql

3 lines
126 B
SQL

alter table ttrss_users add column otp_secret varchar(250);
alter table ttrss_users alter column otp_secret set default null;