mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 09:01:40 +03:00
Add previous_email
column to users
(#3406)
This commit is contained in:
parent
3d2f356ba7
commit
33b5e69c64
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.Repo.Migrations.AddUserPreviousEmail do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:users) do
|
||||
add :previous_email, :citext
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user