diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-03-21 16:24:57 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-03-21 16:24:57 +0000 |
| commit | b92a16aa006dd7ec26397b6fcd111c8f8f843a9c (patch) | |
| tree | 843acb85e9df0bfd03c4596cef7d33993cd4d96e /priv/repo/migrations/20170426154155_create_websub_client_subscription.exs | |
| parent | b68fb3dc172a2cb13c07d7e42351947ecade1e3b (diff) | |
| parent | e59cfa7cacd48d699e42b63eb9ec9503d72083a2 (diff) | |
| download | pleroma-b92a16aa006dd7ec26397b6fcd111c8f8f843a9c.tar.gz pleroma-b92a16aa006dd7ec26397b6fcd111c8f8f843a9c.zip | |
Merge branch 'ecto-3-migration' into 'develop'
Ecto 3.0.7 (ecto_sql 3.0.5) migration
See merge request pleroma/pleroma!957
Diffstat (limited to 'priv/repo/migrations/20170426154155_create_websub_client_subscription.exs')
| -rw-r--r-- | priv/repo/migrations/20170426154155_create_websub_client_subscription.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/repo/migrations/20170426154155_create_websub_client_subscription.exs b/priv/repo/migrations/20170426154155_create_websub_client_subscription.exs index f42782840..89d3af7ae 100644 --- a/priv/repo/migrations/20170426154155_create_websub_client_subscription.exs +++ b/priv/repo/migrations/20170426154155_create_websub_client_subscription.exs @@ -5,7 +5,7 @@ defmodule Pleroma.Repo.Migrations.CreateWebsubClientSubscription do create table(:websub_client_subscriptions) do add :topic, :string add :secret, :string - add :valid_until, :naive_datetime + add :valid_until, :naive_datetime_usec add :state, :string add :subscribers, :map |
