From: Roman Chvanikov Date: Mon, 28 Oct 2019 16:17:50 +0000 (+0300) Subject: Move setDefaultsToTables to past to run before notNull migrations X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=435d220700c694f1312bf213d0591054a309489a;p=akkoma Move setDefaultsToTables to past to run before notNull migrations --- diff --git a/priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs b/priv/repo/migrations/20191025143434_add_defaults_to_tables.exs similarity index 97% rename from priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs rename to priv/repo/migrations/20191025143434_add_defaults_to_tables.exs index 0d2794ad3..d16ab19f9 100644 --- a/priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs +++ b/priv/repo/migrations/20191025143434_add_defaults_to_tables.exs @@ -1,4 +1,4 @@ -defmodule Pleroma.Repo.Migrations.AddDefaultsToAllTables do +defmodule Pleroma.Repo.Migrations.AddDefaultsToTables do use Ecto.Migration def up do