mirror of
https://github.com/plausible/analytics.git
synced 2025-01-03 15:17:58 +03:00
Drop events/sessions tables after V2 migration (#2908)
This commit is contained in:
parent
412bf1959e
commit
57af1f19ec
@ -0,0 +1,8 @@
|
|||||||
|
defmodule Plausible.IngestRepo.Migrations.CleanUpOldTablesAfterV2Migration do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
drop_if_exists table(:events)
|
||||||
|
drop_if_exists table(:sessions)
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user