mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-14 02:36:08 +01:00
Daniel Siepmann
27819c73ef
To enable fine grained filtering, and detect further bots / crawler to block.
5 lines
122 B
SQL
5 lines
122 B
SQL
CREATE TABLE tx_tracking_pageview (
|
|
url text,
|
|
user_agent text,
|
|
type int(11) unsigned DEFAULT '0' NOT NULL,
|
|
);
|