mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 02:27:57 +03:00
migration: add scroll_depth to events_v2 (#4827)
This commit is contained in:
parent
4ff2a66548
commit
e93c97de1e
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.IngestRepo.Migrations.AddScrollDepthToEvents do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:events_v2) do
|
||||
add :scroll_depth, :UInt8
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user