grimhilde/ingest/migrations/20220219194018_initial.down...

8 lines
162 B
SQL

-- 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;