forked from shibao/cannery
add lot number to packs
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
defmodule Cannery.Repo.Migrations.AddLotNumberToPacks do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:packs) do
|
||||
add :lot_number, :string
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user