Add missing Autocomplete.t

This commit is contained in:
Liam 2024-06-01 23:13:09 -04:00
parent 026530374a
commit 2323b8be4c

View file

@ -2,6 +2,8 @@ defmodule Philomena.Autocomplete.Autocomplete do
use Ecto.Schema
import Ecto.Changeset
@type t :: %__MODULE__{}
@primary_key false
schema "autocomplete" do
field :content, :binary