Skip to content

Commit

Permalink
fix(pastes): update schema with timestamps macro
Browse files Browse the repository at this point in the history
Signed-off-by: Sphericalkat <[email protected]>
  • Loading branch information
SphericalKat committed May 6, 2024
1 parent 5eb22fd commit 4554b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ketbin/pastes/paste.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4554b67

Please sign in to comment.