diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-11 17:43:59 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-11 17:43:59 +0000 |
| commit | 68f6998a4cc3f2dc0f839712427d246acf055c55 (patch) | |
| tree | 6589e0378a696b966f7b650dcfc958771fd7ffa8 /phpBB | |
| parent | 26606e62fd5ac2ec11b5281765bdd92c38ad59b6 (diff) | |
| download | forums-68f6998a4cc3f2dc0f839712427d246acf055c55.tar forums-68f6998a4cc3f2dc0f839712427d246acf055c55.tar.gz forums-68f6998a4cc3f2dc0f839712427d246acf055c55.tar.bz2 forums-68f6998a4cc3f2dc0f839712427d246acf055c55.tar.xz forums-68f6998a4cc3f2dc0f839712427d246acf055c55.zip | |
speling errOR
git-svn-id: file:///svn/phpbb/trunk@4115 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 4d1c836d9a..c7a254e2e1 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -497,7 +497,7 @@ CREATE TABLE phpbb_ratings ( post_id mediumint(8) UNSIGNED NOT NULL DEFAULT '0', user_id tinyint(4) UNSIGNED UNSIGNED NOT NULL DEFAULT '0', rating tinyint(4) NOT NULL, - PRIMARY KEY (post_id, user_id), + KEY post_id (post_id), KEY user_id (user_id) ); @@ -881,7 +881,7 @@ CREATE TABLE phpbb_users ( user_aim varchar(255) DEFAULT '' NOT NULL, user_yim varchar(255) DEFAULT '' NOT NULL, user_msnm varchar(255) DEFAULT '' NOT NULL, - user_jabber varhcar(255) DEFAULT '' NOT NULL, + user_jabber varchar(255) DEFAULT '' NOT NULL, user_website varchar(100) DEFAULT '' NOT NULL, user_actkey varchar(32) DEFAULT '' NOT NULL, user_newpasswd varchar(32) DEFAULT '' NOT NULL, |
