Skip to content

Commit

Permalink
Added vars, changed schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Feb 1, 2005
1 parent 7febbf7 commit 77286b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sql/mysql/defaults.sql
Expand Up @@ -617,6 +617,7 @@ INSERT INTO vars (name, value, description) VALUES ('admin_story_lookahead_mainp
INSERT INTO vars (name, value, description) VALUES ('admin_timeout','30','time in minutes before idle admin session ends');
INSERT INTO vars (name, value, description) VALUES ('adminmail','admin@example.com','All admin mail goes here');
INSERT INTO vars (name, value, description) VALUES ('adminmail_ban','admin@example.com','All admin mail about users being banned goes here');
INSERT INTO vars (name, value, description) VALUES ('adminmail_check_replication', 0, 'Check replication if is caught up before starting adminmail');
INSERT INTO vars (name, value, description) VALUES ('adminmail_mod','admin@example.com','All admin mail about moderation goes here');
INSERT INTO vars (name, value, description) VALUES ('adminmail_post','admin@example.com','All admin mail about comment posting goes here');
INSERT INTO vars (name, value, description) VALUES ('allow_anonymous','1','allow anonymous posters');
Expand Down
2 changes: 1 addition & 1 deletion sql/mysql/slashschema_create.sql
Expand Up @@ -1129,7 +1129,7 @@ CREATE TABLE users (
fakeemail varchar(75),
homepage varchar(100),
passwd char(32) DEFAULT '' NOT NULL,
sig varchar(160),
sig varchar(200),
seclev mediumint UNSIGNED DEFAULT '0' NOT NULL, /* This is set to 0 as a safety factor */
matchname varchar(20),
newpasswd varchar(8),
Expand Down

0 comments on commit 77286b0

Please sign in to comment.