Vergleich install/resources/sqlite_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: sqlite_db_tables.php 4249 2008-10-25 05:37:16Z Tikitiki $

 * $Id: sqlite_db_tables.php 4289 2008-12-06 21:22:41Z Tikitiki $

 */

$tables[] = "CREATE TABLE mybb_adminlog (

 */

$tables[] = "CREATE TABLE mybb_adminlog (

Zeile 170Zeile 170
  dateline int(10) NOT NULL default '0',
starttime int(10) NOT NULL default '0',
endtime int(10) NOT NULL default '0',

  dateline int(10) NOT NULL default '0',
starttime int(10) NOT NULL default '0',
endtime int(10) NOT NULL default '0',

  timezone int(3) NOT NULL default '0',

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

  ignoretimezone int(1) NOT NULL default '0',
usingtime int(1) NOT NULL default '0',
repeats TEXT NOT NULL );";

  ignoretimezone int(1) NOT NULL default '0',
usingtime int(1) NOT NULL default '0',
repeats TEXT NOT NULL );";