Vergleich install/resources/pgsql_db_tables.php - 1.4.4 - 1.4.5

  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: pgsql_db_tables.php 4271 2008-11-16 06:20:15Z Tikitiki $

 * $Id: pgsql_db_tables.php 4290 2008-12-10 02:39:25Z Tikitiki $

 */

$tables[] = "CREATE TABLE mybb_adminlog (

 */

$tables[] = "CREATE TABLE mybb_adminlog (

Zeile 179Zeile 179
  dateline int NOT NULL default '0',
starttime int NOT NULL default '0',
endtime int NOT NULL default '0',

  dateline int NOT NULL default '0',
starttime int NOT NULL default '0',
endtime int NOT NULL default '0',

  timezone int NOT NULL default '0',

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

  ignoretimezone int NOT NULL default '0',
usingtime int NOT NULL default '0',
repeats text NOT NULL,

  ignoretimezone int NOT NULL default '0',
usingtime int NOT NULL default '0',
repeats text NOT NULL,

Zeile 966Zeile 966
	expired int NOT NULL default '0',
daterevoked bigint NOT NULL default '0',
revokedby int NOT NULL default '0',

	expired int NOT NULL default '0',
daterevoked bigint NOT NULL default '0',
revokedby int NOT NULL default '0',

	revokereason text NOT NULL,
notes text NOT NULL,

	revokereason text NOT NULL default '',
notes text NOT NULL default '',

	PRIMARY KEY(wid)
);";


	PRIMARY KEY(wid)
);";