Update actor
This commit is contained in:
parent
b475f86313
commit
1ce7fdade0
2 changed files with 5 additions and 0 deletions
|
@ -31,5 +31,8 @@ defmodule Nulla.Repo.Migrations.CreateActors do
|
|||
add :vcard_bday, :date
|
||||
add :vcard_Address, :string
|
||||
end
|
||||
|
||||
create unique_index(:actors, [:preferredUsername, :domain])
|
||||
create unique_index(:actors, [:ap_id])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue