Add option to modify HTTP pool size
[akkoma] / priv / repo / migrations / 20170321074832_create_object.exs
index b184672ad6a578b653a8469397f8efa861338994..c5a59ecba4cbb2af560581172ad555058f8650ae 100644 (file)
@@ -3,10 +3,9 @@ defmodule Pleroma.Repo.Migrations.CreatePleroma.Object do
 
   def change do
     create_if_not_exists table(:objects) do
-      add :data, :map
+      add(:data, :map)
 
       timestamps()
     end
-
   end
 end