Vergleich install/resources/sqlite_db_tables.php - 1.6.5 - 1.6.9

  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: sqlite_db_tables.php 5616 2011-09-20 13:24:59Z Tomm $

 * $Id$

 */

$tables[] = "CREATE TABLE mybb_adminlog (

 */

$tables[] = "CREATE TABLE mybb_adminlog (

Zeile 384Zeile 384
  canviewips int(1) NOT NULL default '0',
canopenclosethreads int(1) NOT NULL default '0',
canmanagethreads int(1) NOT NULL default '0',

  canviewips int(1) NOT NULL default '0',
canopenclosethreads int(1) NOT NULL default '0',
canmanagethreads int(1) NOT NULL default '0',

  canmovetononmodforum int(1) NOT NULL default '0'


  canmovetononmodforum int(1) NOT NULL default '0',
canusecustomtools int(1) NOT NULL default '0'

);";

$tables[] = "CREATE TABLE mybb_modtools (

);";

$tables[] = "CREATE TABLE mybb_modtools (

Zeile 483Zeile 484
  required int(1) NOT NULL default '0',
editable int(1) NOT NULL default '0',
hidden int(1) NOT NULL default '0',

  required int(1) NOT NULL default '0',
editable int(1) NOT NULL default '0',
hidden int(1) NOT NULL default '0',

  postnum bigint(30) NOT NULL default '0',

  postnum bigint(30) NOT NULL default '0'

);";



);";



Zeile 778Zeile 779
  pmquota int(3) NOT NULL default '0',
maxpmrecipients int(4) NOT NULL default '5',
cansendemail int(1) NOT NULL default '0',

  pmquota int(3) NOT NULL default '0',
maxpmrecipients int(4) NOT NULL default '5',
cansendemail int(1) NOT NULL default '0',

 
  cansendemailoverride int(1) NOT NULL default '0',

  maxemails int(3) NOT NULL default '5',
canviewmemberlist int(1) NOT NULL default '0',
canviewcalendar int(1) NOT NULL default '0',

  maxemails int(3) NOT NULL default '5',
canviewmemberlist int(1) NOT NULL default '0',
canviewcalendar int(1) NOT NULL default '0',

Zeile 808Zeile 810
  canreceivewarnings int(1) NOT NULL default '0',
maxwarningsday int NOT NULL default '3',
canmodcp int(1) NOT NULL default '0',

  canreceivewarnings int(1) NOT NULL default '0',
maxwarningsday int NOT NULL default '3',
canmodcp int(1) NOT NULL default '0',

  showinbirthdaylist int(1) NOT NULL default '0'

  showinbirthdaylist int(1) NOT NULL default '0',

  canoverridepm int(1) NOT NULL default '0',
canusesig int(1) NOT NULL default '0',
canusesigxposts bigint(30) NOT NULL default '0',

  canoverridepm int(1) NOT NULL default '0',
canusesig int(1) NOT NULL default '0',
canusesigxposts bigint(30) NOT NULL default '0',

  signofollow int(1) NOT NULL default '0',

  signofollow int(1) NOT NULL default '0'

);";



);";