GoBlog/dbmigrations/00025.sql

2 lines
137 B
SQL

alter table indieauthauth add challenge text not null default "";
alter table indieauthauth add challengemethod text not null default "";