mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
speling errOR
git-svn-id: file:///svn/phpbb/trunk@4115 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
26606e62fd
commit
68f6998a4c
1 changed files with 2 additions and 2 deletions
|
@ -497,7 +497,7 @@ CREATE TABLE phpbb_ratings (
|
||||||
post_id mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
|
post_id mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||||
user_id tinyint(4) UNSIGNED UNSIGNED NOT NULL DEFAULT '0',
|
user_id tinyint(4) UNSIGNED UNSIGNED NOT NULL DEFAULT '0',
|
||||||
rating tinyint(4) NOT NULL,
|
rating tinyint(4) NOT NULL,
|
||||||
PRIMARY KEY (post_id, user_id),
|
KEY post_id (post_id),
|
||||||
KEY user_id (user_id)
|
KEY user_id (user_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -881,7 +881,7 @@ CREATE TABLE phpbb_users (
|
||||||
user_aim varchar(255) DEFAULT '' NOT NULL,
|
user_aim varchar(255) DEFAULT '' NOT NULL,
|
||||||
user_yim varchar(255) DEFAULT '' NOT NULL,
|
user_yim varchar(255) DEFAULT '' NOT NULL,
|
||||||
user_msnm 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_website varchar(100) DEFAULT '' NOT NULL,
|
||||||
user_actkey varchar(32) DEFAULT '' NOT NULL,
|
user_actkey varchar(32) DEFAULT '' NOT NULL,
|
||||||
user_newpasswd varchar(32) DEFAULT '' NOT NULL,
|
user_newpasswd varchar(32) DEFAULT '' NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue