Project

General

Profile

Bug #20554 ยป 0011251.patch

Administrator Admin, 2009-06-10 00:08

View differences:

t3lib/stddb/tables.sql (Arbeitskopie)
workspace_perms tinyint(3) DEFAULT '1' NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid)
);
) ENGINE=InnoDB;
#
# Table structure for table 'be_sessions'
......
ses_data longtext,
ses_backuserid int(11) NOT NULL default '0',
PRIMARY KEY (ses_id,ses_name)
);
) ENGINE=InnoDB;
#
# Table structure for table 'be_users'
......
PRIMARY KEY (uid),
KEY parent (pid),
KEY username (username)
);
) ENGINE=InnoDB;
#
# Table structure for table 'cache_extensions'
typo3/sysext/cms/ext_tables.sql (Arbeitskopie)
TSconfig text,
PRIMARY KEY (uid),
KEY parent (pid)
);
) ENGINE=InnoDB;
#
......
KEY parent (pid,username),
KEY username (username),
KEY is_online (is_online)
);
) ENGINE=InnoDB;
#
    (1-1/1)