mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
6 lines
147 B
SQL
6 lines
147 B
SQL
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;
|