Caching again rewritten, admin functions fixed:
[mailer.git] / inc / extensions / ext-user.php
index cf212f9060c826d951813d8f85c39061363fd696..b5b4580fca4917675e73b8d6bf3f7c6385bde60d 100644 (file)
@@ -134,6 +134,7 @@ INDEX (`stats_id`)
   `subject` VARCHAR(200) NOT NULL DEFAULT '',
   `url` TINYTEXT NOT NULL,
   `max_rec` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
+  `clicks` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
   `timestamp_ordered` VARCHAR(10) NOT NULL DEFAULT '',
   `pool_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
   `timestamp_sstart` VARCHAR(10) NOT NULL DEFAULT '',