summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:03:21 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:03:21 +0100
commit00c212554e24ea707499859b30f75374d4d3508a (patch)
tree3d8e4a69bf45e52c4fc1b79fa9c64388cbb19aee /priv
parentupdate dependencies (diff)
add bridge context
Diffstat (limited to 'priv')
-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