21e892013b
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Failing after 5s
Generic: Project CI / Lint & Validate (push) Successful in 26s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
4 sub-extensions: com, system plugin, webservices, task plugin. 6 DB tables: pageviews, visitors, campaigns, ad_accounts, ad_metrics, reports. Privacy-first: no cookies, daily visitor hash rotation, IP anonymization.
7 lines
336 B
SQL
7 lines
336 B
SQL
DROP TABLE IF EXISTS `#__mokosuiteanalytics_reports`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteanalytics_ad_metrics`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteanalytics_ad_accounts`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteanalytics_campaigns`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteanalytics_visitors`;
|
|
DROP TABLE IF EXISTS `#__mokosuiteanalytics_pageviews`;
|