X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=9fdf6e83a3016098452a92fd6feed569352e486e;hb=6906db512dee7aa041b98c25312dabafd43ad932;hp=ac25b726667b548cdf456ddcd7c513e74f6a312c;hpb=a6e3169cfc5657e5819b3e018bf4c3cdf1c1377a;p=akkoma diff --git a/mix.exs b/mix.exs index ac25b7266..9fdf6e83a 100644 --- a/mix.exs +++ b/mix.exs @@ -126,7 +126,7 @@ defmodule Pleroma.Mixfile do {:ueberauth, "~> 0.4"}, {:auto_linker, git: "https://git.pleroma.social/pleroma/auto_linker.git", - ref: "e2385402bcd24fc659fee83b3eb8863b0528ad42"}, + ref: "95e8188490e97505c56636c1379ffdf036c1fdde"}, {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "9789401987096ead65646b52b5a2ca6bf52fc531"}, @@ -154,6 +154,8 @@ defmodule Pleroma.Mixfile do # See the documentation for `Mix` for more info on aliases. defp aliases do [ + "ecto.migrate": ["pleroma.ecto.migrate"], + "ecto.rollback": ["pleroma.ecto.rollback"], "ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"], "ecto.reset": ["ecto.drop", "ecto.setup"], test: ["ecto.create --quiet", "ecto.migrate", "test"]