Vergleich install/resources/pgsql_db_tables.php - 1.6.8 - 1.6.18

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: pgsql_db_tables.php 5690 2011-11-30 16:08:49Z Tomm $

 * $Id$

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 450Zeile 450
  options text NOT NULL default '',
votes text NOT NULL default '',
numoptions smallint NOT NULL default '0',

  options text NOT NULL default '',
votes text NOT NULL default '',
numoptions smallint NOT NULL default '0',

  numvotes smallint NOT NULL default '0',

  numvotes text NOT NULL default '0',

  timeout bigint NOT NULL default '0',
closed int NOT NULL default '0',
multiple int NOT NULL default '0',

  timeout bigint NOT NULL default '0',
closed int NOT NULL default '0',
multiple int NOT NULL default '0',

Zeile 975Zeile 975
  coppauser int NOT NULL default '0',
classicpostbit int NOT NULL default '0',
loginattempts smallint NOT NULL default '1',

  coppauser int NOT NULL default '0',
classicpostbit int NOT NULL default '0',
loginattempts smallint NOT NULL default '1',

  failedlogin bigint NOT NULL default '0',

 
  usernotes text NOT NULL default '',
PRIMARY KEY (uid)
);";

  usernotes text NOT NULL default '',
PRIMARY KEY (uid)
);";