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

8 lines
162 B
MySQL
Raw Normal View History

2022-02-19 21:57:51 +01:00
-- 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;