aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-08-04 19:10:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-08-04 19:10:15 +0000
commit5dcc0a85f845a214712d015199b11ebddff14437 (patch)
tree100c725b1fd60687ccfa277a8582b6df27e360cd /phpBB/install/schemas
parent427cc1bf36f6a4a988b7ed53668266964a96746a (diff)
downloadforums-5dcc0a85f845a214712d015199b11ebddff14437.tar
forums-5dcc0a85f845a214712d015199b11ebddff14437.tar.gz
forums-5dcc0a85f845a214712d015199b11ebddff14437.tar.bz2
forums-5dcc0a85f845a214712d015199b11ebddff14437.tar.xz
forums-5dcc0a85f845a214712d015199b11ebddff14437.zip
- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)
- fixing some small issues... git-svn-id: file:///svn/phpbb/trunk@4957 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql
index e86edf8b6b..9e4b96d1c4 100644
--- a/phpBB/install/schemas/mysql_schema.sql
+++ b/phpBB/install/schemas/mysql_schema.sql
@@ -854,6 +854,7 @@ CREATE TABLE phpbb_users (
user_lastvisit int(11) DEFAULT '0' NOT NULL,
user_lastpost_time int(11) DEFAULT '0' NOT NULL,
user_lastpage varchar(100) DEFAULT '' NOT NULL,
+ user_last_confirm_key varchar(10) DEFAULT '' NOT NULL,
user_warnings tinyint(4) DEFAULT '0' NOT NULL,
user_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
user_lang varchar(30) DEFAULT '' NOT NULL,