fathom/db/migrations/0001_initial_tables.down.sql

6 lines
147 B
MySQL
Raw Normal View History

DROP TABLE IF EXISTS pageviews;
DROP TABLE if exists visitors;
DROP TABLE IF EXISTS pages;
DROP TABLE IF EXISTS sites;
DROP TABLE IF EXISTS users;