mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
Make fingerprint referrer flexible
This commit is contained in:
parent
1d21ce144e
commit
a79a4c8076
@ -0,0 +1,9 @@
|
|||||||
|
defmodule Plausible.Repo.Migrations.FlexibleFingerprintReferrer do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
alter table(:fingerprint_sessions) do
|
||||||
|
modify :referrer, :text
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user