1
mirror of https://github.com/jlelse/GoBlog synced 2024-07-01 14:47:35 +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 "";