Add price and filter homepage
This commit is contained in:
9
priv/repo/migrations/20231203201659_add_item_price.exs
Normal file
9
priv/repo/migrations/20231203201659_add_item_price.exs
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule Wish.Repo.Migrations.AddItemPrice do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table("items") do
|
||||
add :price, :integer
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user