Rewrote reset and some extensions:
[mailer.git] / install / tables.sql
index 377eb78972dd82a13691e48d94bc7b211ee4f1f3..a2af6a821dc27e3e7c958c35a04741b75571c534 100644 (file)
@@ -43,21 +43,17 @@ CREATE TABLE `{?_MYSQL_PREFIX?}_config` (
   `max_send` TINYINT(3) UNSIGNED NOT NULL DEFAULT 100,
   `auto_purge` TINYINT(3) UNSIGNED NOT NULL DEFAULT 14,
   `auto_purge_active` ENUM('Y','N') NOT NULL DEFAULT 'Y',
-  `last_update` VARCHAR(10) NOT NULL DEFAULT '0',
+  `last_daily` VARCHAR(10) NOT NULL DEFAULT '0',
   `unconfirmed` BIGINT(20) UNSIGNED NOT NULL DEFAULT 100,
   `profile_lock` BIGINT(20) UNSIGNED NOT NULL DEFAULT 86400,
   `online_timeout` BIGINT(20) UNSIGNED NOT NULL DEFAULT 1800,
   `mad_timestamp` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
   `mad_count` BIGINT(20) UNSIGNED NOT NULL,
-  `profile_update` BIGINT(20) UNSIGNED NOT NULL DEFAULT 15768000,
-  `send_prof_update` ENUM('Y','N') NOT NULL DEFAULT 'Y',
-  `resend_profile_update` BIGINT(20) UNSIGNED NOT NULL DEFAULT 172800,
   `patch_level` VARCHAR(100) NOT NULL DEFAULT '0',
   `patch_ctime` VARCHAR(10) NOT NULL DEFAULT '0',
   `guest_stats` ENUM('MEMBERS','MODULES','INACTIVE') NOT NULL DEFAULT 'MEMBERS',
   `ref_payout` TINYINT(3) UNSIGNED NOT NULL DEFAULT 5,
   `activate_xchange` BIGINT(20) UNSIGNED NOT NULL DEFAULT 100,
-  `order_multi_page` ENUM('Y','N') NOT NULL DEFAULT 'Y',
   `display_refid` ENUM('Y','N') NOT NULL DEFAULT 'Y',
   `ip_timeout` BIGINT(20) UNSIGNED NOT NULL DEFAULT 86400,
   `allow_direct_pay` ENUM('Y','N') NOT NULL DEFAULT 'N',