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

  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 5125 2010-07-27 07:28:03Z RyanGordon $

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

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 54Zeile 54
    visibility int NOT NULL default '0',
fields text NOT NULL,
conditions text NOT NULL,

    visibility int NOT NULL default '0',
fields text NOT NULL,
conditions text NOT NULL,

 
	custom_profile_fields text NOT NULL,

    sortby varchar(20) NOT NULL default '',
sortorder varchar(4) NOT NULL default '',
perpage int NOT NULL default '0',

    sortby varchar(20) NOT NULL default '',
sortorder varchar(4) NOT NULL default '',
perpage int NOT NULL default '0',

Zeile 415Zeile 416
  canopenclosethreads int NOT NULL default '0',
canmanagethreads int NOT NULL default '0',
canmovetononmodforum int NOT NULL default '0',

  canopenclosethreads int NOT NULL default '0',
canmanagethreads int NOT NULL default '0',
canmovetononmodforum int NOT NULL default '0',

 
  canusecustomtools int NOT NULL default '0',

  PRIMARY KEY (mid)
);";


  PRIMARY KEY (mid)
);";


Zeile 521Zeile 523
  required int NOT NULL default '0',
editable int NOT NULL default '0',
hidden int NOT NULL default '0',

  required int NOT NULL default '0',
editable int NOT NULL default '0',
hidden int NOT NULL default '0',

 
  postnum int NOT NULL default '0',

  PRIMARY KEY (fid)
);";


  PRIMARY KEY (fid)
);";


Zeile 853Zeile 856
  pmquota int NOT NULL default '0',
maxpmrecipients int NOT NULL default '5',
cansendemail int NOT NULL default '0',

  pmquota int NOT NULL default '0',
maxpmrecipients int NOT NULL default '5',
cansendemail int NOT NULL default '0',

 
  cansendemailoverride int NOT NULL default '0',

  maxemails int NOT NULL default '5',
canviewmemberlist int NOT NULL default '0',
canviewcalendar int NOT NULL default '0',

  maxemails int NOT NULL default '5',
canviewmemberlist int NOT NULL default '0',
canviewcalendar int NOT NULL default '0',

Zeile 883Zeile 887
  canreceivewarnings int NOT NULL default '0',
maxwarningsday int NOT NULL default '3',
canmodcp int NOT NULL default '0',

  canreceivewarnings int NOT NULL default '0',
maxwarningsday int NOT NULL default '3',
canmodcp int NOT NULL default '0',

 
  showinbirthdaylist int NOT NULL default '0',
canoverridepm int NOT NULL default '0',
canusesig int NOT NULL default '0',
canusesigxposts int NOT NULL default '0',
signofollow int NOT NULL default '0',

  PRIMARY KEY (gid)
);";


  PRIMARY KEY (gid)
);";