summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20201209095612_migrate_itself.exs
diff options
context:
space:
mode:
Diffstat (limited to 'priv/repo/migrations/20201209095612_migrate_itself.exs')
-rw-r--r--priv/repo/migrations/20201209095612_migrate_itself.exs7
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/repo/migrations/20201209095612_migrate_itself.exs b/priv/repo/migrations/20201209095612_migrate_itself.exs
new file mode 100644
index 0000000..04df688
--- /dev/null
+++ b/priv/repo/migrations/20201209095612_migrate_itself.exs
@@ -0,0 +1,7 @@
+defmodule MatrixAppService.Repo.Migrations.MigrateItself do
+ use Ecto.Migration
+
+ def change do
+ MatrixAppService.Migrations.change()
+ end
+end