Archive webmentions if they have been removed from their source
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
ROM::SQL.migration do
|
||||
change do
|
||||
alter_table :webmentions do
|
||||
add_column :last_checked_at, :timestamp
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user