]> git.mxchange.org Git - mailer.git/blobdiff - install/tables.sql
Rewrote some parts:
[mailer.git] / install / tables.sql
index 2f8f6f6af5ed351734ca316ee4555d214422d984..9ceee334fcdd2bed080c5eb8541e957dcf181103 100644 (file)
@@ -31,7 +31,7 @@ CREATE TABLE `{?_MYSQL_PREFIX?}_cats` (
 DROP TABLE IF EXISTS `{?_MYSQL_PREFIX?}_config`;
 CREATE TABLE `{?_MYSQL_PREFIX?}_config` (
   `config` TINYINT(1) NOT NULL DEFAULT 0,
-  `pass_len` TINYINT(3) UNSIGNED NOT NULL DEFAULT 5,
+  `min_password_length` TINYINT(3) UNSIGNED NOT NULL DEFAULT 5,
   `points_register` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
   `points_ref` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
   `url_tlock` BIGINT(20) UNSIGNED NOT NULL DEFAULT 86400,