diff --git a/dbmigrations/00024.sql b/dbmigrations/00024.sql new file mode 100644 index 0000000..2821045 --- /dev/null +++ b/dbmigrations/00024.sql @@ -0,0 +1 @@ +alter table webmentions add url text not null default ""; \ No newline at end of file diff --git a/templates/mentions.gohtml b/templates/mentions.gohtml index 8bdc3bd..75a469b 100644 --- a/templates/mentions.gohtml +++ b/templates/mentions.gohtml @@ -3,11 +3,11 @@