diff options
| author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-07-06 10:17:06 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-07-06 10:17:06 +0300 |
| commit | ad8d86e7c600bca65e5f0bb407651d33f1e53043 (patch) | |
| tree | 75c395c888a10bad571769eaf828d989c2a5b2c4 /priv/repo/migrations/20170426154155_create_websub_client_subscription.exs | |
| parent | a7994185739522dee80e22f76e5fdac1a3b8279b (diff) | |
| parent | 3589b30ddc9d0c23ca6f00264cff05e53be1b270 (diff) | |
| download | pleroma-ad8d86e7c600bca65e5f0bb407651d33f1e53043.tar.gz pleroma-ad8d86e7c600bca65e5f0bb407651d33f1e53043.zip | |
Merge remote-tracking branch 'remotes/upstream/develop' into 161-incoming-replies-depth-limit
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 89d3af7ae..4b79d7506 100644 --- a/priv/repo/migrations/20170426154155_create_websub_client_subscription.exs +++ b/priv/repo/migrations/20170426154155_create_websub_client_subscription.exs @@ -2,7 +2,7 @@ defmodule Pleroma.Repo.Migrations.CreateWebsubClientSubscription do use Ecto.Migration def change do - create table(:websub_client_subscriptions) do + create_if_not_exists table(:websub_client_subscriptions) do add :topic, :string add :secret, :string add :valid_until, :naive_datetime_usec |
