Update activity
This commit is contained in:
parent
0c2777eb12
commit
144bfb57e2
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,8 @@ defmodule Nulla.Repo.Migrations.CreateActivities do
|
|||
add :type, :string, null: false
|
||||
add :actor, :string, null: false
|
||||
add :object, :text, null: false
|
||||
add :to, :text
|
||||
add :cc, :text
|
||||
|
||||
timestamps()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue