1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 22:54:28 +00:00
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 "";