Vergleich install/resources/mysql_db_tables.php - 1.2.2 - 1.2.7

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 3
 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html

 *

 *

 * $Id: mysql_db_tables.php 2389 2006-11-07 22:59:42Z Tikitiki $

 * $Id: mysql_db_tables.php 2932 2007-03-10 05:48:55Z chris $

 */

$tables[] = "CREATE TABLE mybb_adminlog (

 */

$tables[] = "CREATE TABLE mybb_adminlog (

Zeile 123Zeile 123
  uid int unsigned NOT NULL default '0',
gid int unsigned NOT NULL default '0',
oldgroup int unsigned NOT NULL default '0',

  uid int unsigned NOT NULL default '0',
gid int unsigned NOT NULL default '0',
oldgroup int unsigned NOT NULL default '0',

 
  oldadditionalgroups text NOT NULL,
olddisplaygroup int NOT NULL default '0',

  admin int unsigned NOT NULL default '0',
dateline bigint(30) NOT NULL default '0',
bantime varchar(50) NOT NULL default '',

  admin int unsigned NOT NULL default '0',
dateline bigint(30) NOT NULL default '0',
bantime varchar(50) NOT NULL default '',

Zeile 297Zeile 299
	message text NOT NULL,
headers text NOT NULL,
PRIMARY KEY(mid)

	message text NOT NULL,
headers text NOT NULL,
PRIMARY KEY(mid)

);";

) TYPE=MyISAM;";


$tables[] = "CREATE TABLE mybb_moderatorlog (
uid int unsigned NOT NULL default '0',


$tables[] = "CREATE TABLE mybb_moderatorlog (
uid int unsigned NOT NULL default '0',