aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-08-05 00:48:32 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-08-05 00:48:32 +0000
commit375470282542dce9e059a3ec70374a878cb68610 (patch)
tree138c70186dbf7a296eb8753dc0d5d20e206cac9c /phpBB
parent09b7d6b2b988ef399daadd4f76ffef07cfe6a665 (diff)
downloadforums-375470282542dce9e059a3ec70374a878cb68610.tar
forums-375470282542dce9e059a3ec70374a878cb68610.tar.gz
forums-375470282542dce9e059a3ec70374a878cb68610.tar.bz2
forums-375470282542dce9e059a3ec70374a878cb68610.tar.xz
forums-375470282542dce9e059a3ec70374a878cb68610.zip
what tintyint? I see no tintyint ....
git-svn-id: file:///svn/phpbb/trunk@2819 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql2
1 files changed, 1 insertions, 1 deletions
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,