mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
Remove events and sessions table from postgres
This commit is contained in:
parent
389f10d254
commit
6eeeb52f03
@ -0,0 +1,8 @@
|
||||
defmodule Plausible.Repo.Migrations.RemoveEventsAndSessions do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
drop table(:events)
|
||||
drop table(:sessions)
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user