mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
Add currency field to goals table (#2955)
This commit is contained in:
parent
ca3e2e5121
commit
3a07487c05
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.Repo.Migrations.AddMonetaryValueToGoals do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:goals) do
|
||||
add :currency, :"varchar(3)"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user