mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-20 02:03:59 +02:00
Add missing Autocomplete.t
This commit is contained in:
parent
026530374a
commit
2323b8be4c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue