remove non-mandatory ammo group fields

This commit is contained in:
shibao 2022-02-05 00:28:45 -05:00
parent 8479e420fe
commit ad3f48ccc9
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ defmodule Cannery.Ammo.AmmoGroup do
|> cast(attrs, [:count, :price_paid, :notes, :tag_id, :ammo_type_id, :container_id, :user_id])
|> validate_required([
:count,
:price_paid,
:notes,
:tag_id,
:ammo_type_id,
:container_id,
:user_id