- add primer_type to ammo type

- fix ammo type typespec
- remove unused ammo type card
- mix format
This commit is contained in:
2022-02-07 23:38:03 -05:00
parent 94b88f9f9e
commit 22c148e93b
9 changed files with 35 additions and 65 deletions

View File

@ -15,6 +15,7 @@ defmodule Cannery.Repo.Migrations.CreateAmmoTypes do
add :case_material, :string
add :grains, :integer
add :pressure, :string
add :primer_type, :string
add :rimfire, :boolean, null: false, default: false
add :tracer, :boolean, null: false, default: false
add :incendiary, :boolean, null: false, default: false