diff options
Diffstat (limited to 'priv')
-rw-r--r-- | priv/repo/migrations/20191025143434_add_defaults_to_tables.exs (renamed from priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/repo/migrations/20191027143434_add_defaults_to_all_tables.exs b/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 |