Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma...
[akkoma] / priv / repo / migrations / 20170321143152_add_ap_id_to_users.exs
index e6f0366b5aaa17ae7560cce229854b7867642bd8..38ceb87fd69071d1d763efa89d8816f6d42c71ea 100644 (file)
@@ -3,7 +3,7 @@ defmodule Pleroma.Repo.Migrations.AddApIdToUsers do
 
   def change do
     alter table(:users) do
-      add :ap_id, :string
+      add(:ap_id, :string)
     end
   end
 end