Skip to content

Commit

Permalink
migration: add scroll_depth to events_v2 (#4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJoonas authored Nov 19, 2024
1 parent 4ff2a66 commit e93c97d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e93c97d

Please sign in to comment.