From 375470282542dce9e059a3ec70374a878cb68610 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 5 Aug 2002 00:48:32 +0000 Subject: [PATCH] what tintyint? I see no tintyint .... git-svn-id: file:///svn/phpbb/trunk@2819 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/mysql_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 644b909469..99972facc7 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -614,7 +614,7 @@ CREATE TABLE phpbb_users ( user_id mediumint(8) NOT NULL auto_increment, user_active tinyint(1) DEFAULT '1', - user_founder tintyint(1) DEFAULT '0' NOT NULL, + user_founder tinyint(1) DEFAULT '0' NOT NULL, user_ip varchar(40), user_regdate int(11) DEFAULT '0' NOT NULL, username varchar(30) NOT NULL,