Vergleich install/resources/mysql_db_tables.php - 1.4.4 - 1.4.6

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: mysql_db_tables.php 4224 2008-10-05 11:17:04Z Tikitiki $

 * $Id: mysql_db_tables.php 4322 2009-02-21 23:00:49Z Tikitiki $

 */

$tables[] = "CREATE TABLE mybb_adminlog (

 */

$tables[] = "CREATE TABLE mybb_adminlog (

Zeile 189Zeile 189
  dateline int(10) unsigned NOT NULL default '0',
starttime int(10) unsigned NOT NULL default '0',
endtime int(10) unsigned NOT NULL default '0',

  dateline int(10) unsigned NOT NULL default '0',
starttime int(10) unsigned NOT NULL default '0',
endtime int(10) unsigned NOT NULL default '0',

  timezone int(3) NOT NULL default '0',

  timezone varchar(4) NOT NULL default '0',

  ignoretimezone int(1) NOT NULL default '0',
usingtime int(1) NOT NULL default '0',
repeats text NOT NULL,

  ignoretimezone int(1) NOT NULL default '0',
usingtime int(1) NOT NULL default '0',
repeats text NOT NULL,

Zeile 609Zeile 609
  KEY location1 (location1),
KEY location2 (location2),
KEY time (time),

  KEY location1 (location1),
KEY location2 (location2),
KEY time (time),

  KEY uid (uid)


  KEY uid (uid),
KEY ip (ip)

) TYPE=MyISAM;";

$tables[] = "CREATE TABLE mybb_settinggroups (

) TYPE=MyISAM;";

$tables[] = "CREATE TABLE mybb_settinggroups (