X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Frepo%2Fmigrations%2F20170906152508_create_o_auth_token.exs;h=ed56bbf364ed93bbbb8b129e49a468bd2d2224fc;hb=a32bcab04bed54984b76dc9ad59dd02e41f1e04d;hp=7f8550f336e25a68f15f28d8d1296fc93cbd3d0e;hpb=f0d41a3abf3e584c90c96644f73d533ea0680237;p=akkoma diff --git a/priv/repo/migrations/20170906152508_create_o_auth_token.exs b/priv/repo/migrations/20170906152508_create_o_auth_token.exs index 7f8550f33..ed56bbf36 100644 --- a/priv/repo/migrations/20170906152508_create_o_auth_token.exs +++ b/priv/repo/migrations/20170906152508_create_o_auth_token.exs @@ -7,7 +7,7 @@ defmodule Pleroma.Repo.Migrations.CreateOAuthToken do add :user_id, references(:users) add :token, :string add :refresh_token, :string - add :valid_until, :naive_datetime + add :valid_until, :naive_datetime_usec timestamps() end