Vergleich install/resources/sqlite_db_tables.php - 1.8.14 - 1.8.15

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 468Zeile 468
	pid int NOT NULL default '0',
uid int NOT NULL default '0',
voteoption smallint NOT NULL default '0',

	pid int NOT NULL default '0',
uid int NOT NULL default '0',
voteoption smallint NOT NULL default '0',

	dateline int NOT NULL default '0'


	dateline int NOT NULL default '0',
ipaddress blob(16) NOT NULL default ''

);";

$tables[] = "CREATE TABLE mybb_posts (

);";

$tables[] = "CREATE TABLE mybb_posts (