mirror of
https://github.com/plausible/analytics.git
synced 2024-11-28 21:47:25 +03:00
Add notes
column to users
table
This commit is contained in:
parent
09c74ee0b3
commit
956f03bef6
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.Repo.Migrations.AddNotesToUsers do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:users) do
|
||||
add :notes, :text
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user