schema.sql
changeset 107 4042c4dd5ba4
parent 94 8fc958168261
child 123 8df3abef6647
equal deleted inserted replaced
106:329738fefe7f 107:4042c4dd5ba4
    65   comments_on tinyint(1) default '1',
    65   comments_on tinyint(1) default '1',
    66   protected tinyint(1) NOT NULL DEFAULT 0,
    66   protected tinyint(1) NOT NULL DEFAULT 0,
    67   wiki_mode tinyint(1) NOT NULL DEFAULT 2,
    67   wiki_mode tinyint(1) NOT NULL DEFAULT 2,
    68   delvotes int(10) NOT NULL default 0,
    68   delvotes int(10) NOT NULL default 0,
    69   password varchar(40) NOT NULL DEFAULT '',
    69   password varchar(40) NOT NULL DEFAULT '',
    70   delvote_ips text NOT NULL DEFAULT ''
    70   delvote_ips text DEFAULT NULL
    71 ) CHARACTER SET `utf8`;
    71 ) CHARACTER SET `utf8`;
    72 
    72 
    73 CREATE TABLE {{TABLE_PREFIX}}session_keys(
    73 CREATE TABLE {{TABLE_PREFIX}}session_keys(
    74   session_key varchar(32),
    74   session_key varchar(32),
    75   salt varchar(32),
    75   salt varchar(32),