[#534] Refactoring / tweaks per MR review.

This commit is contained in:
Ivan Tashkinov 2019-01-28 11:03:52 +03:00
commit 9560abea10
10 changed files with 36 additions and 57 deletions

View file

@ -5,7 +5,6 @@ defmodule Pleroma.Repo.Migrations.CreateInstances do
create table(:instances) do
add :host, :string
add :unreachable_since, :naive_datetime
add :reachability_checked_at, :naive_datetime
timestamps()
end