Send log entries to postgres db
This commit is contained in:
parent
64fa7edc8e
commit
e5d612223b
10 changed files with 213 additions and 66 deletions
7
ingest/migrations/20220219194018_initial.down.sql
Normal file
7
ingest/migrations/20220219194018_initial.down.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE hits;
|
||||
DROP TABLE referrers;
|
||||
DROP TABLE user_agents;
|
||||
DROP TABLE remote_addresses;
|
||||
DROP TABLE hosts;
|
||||
DROP TABLE paths;
|
||||
Loading…
Add table
Add a link
Reference in a new issue