mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
default value of tag description
This commit is contained in:
parent
a7c3fd78ea
commit
a55c511775
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ defmodule Philomena.Tags.Tag do
|
|||
field :name, :string
|
||||
field :category, :string
|
||||
field :images_count, :integer, default: 0
|
||||
field :description, :string
|
||||
field :description, :string, default: ""
|
||||
field :short_description, :string
|
||||
field :namespace, :string
|
||||
field :name_in_namespace, :string
|
||||
|
|
Loading…
Reference in a new issue