fix(pastes): update schema with timestamps macro

Signed-off-by: Sphericalkat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2024-05-07 01:16:52 +05:30
parent 5eb22fdb9c
commit 4554b672af
Signed by: sphericalkat
GPG Key ID: 1C022B9CED2425B4

View File

@ -9,6 +9,8 @@ defmodule Ketbin.Pastes.Paste do
field :content, :string
field :is_url, :boolean, default: false
field :belongs_to, :id
timestamps()
end
@doc false