summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-06-07 19:40:51 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-06-07 19:40:51 +0200
commit45c8a68beba728d0e735bfc7e0426d3a532b2fa7 (patch)
tree0ca0bedec80b49366cc1c0f4b302bda052e3adc2 /db
parentc88b1adcfe6a3affd17158db3d26789cc3103864 (diff)
deleted counter function - never needed in the last 4 years
Diffstat (limited to 'db')
-rw-r--r--db/install.sql13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/install.sql b/db/install.sql
index e6773b50..c4da77a2 100644
--- a/db/install.sql
+++ b/db/install.sql
@@ -43,19 +43,6 @@ INSERT INTO `AngelTypes` (`id`, `name`, `restricted`, `description`) VALUES
-- --------------------------------------------------------
--
--- Tabellenstruktur für Tabelle `Counter`
---
-
-DROP TABLE IF EXISTS `Counter`;
-CREATE TABLE IF NOT EXISTS `Counter` (
- `URL` varchar(255) NOT NULL DEFAULT '',
- `Anz` bigint(20) NOT NULL DEFAULT '0',
- PRIMARY KEY (`URL`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Counter der Seiten';
-
--- --------------------------------------------------------
-
---
-- Tabellenstruktur für Tabelle `GroupPrivileges`
--