aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-05-28 19:24:13 +0000
committerNils Adermann <naderman@naderman.de>2006-05-28 19:24:13 +0000
commit3752616bb6317875708ed9cfc5296d784566c657 (patch)
tree3d36fbb7cb2137c59358cc64d3debb08e8c4220f /phpBB/install/schemas/oracle_schema.sql
parent19a36ed364ffdc4da784a253baa8aa2a8ac6845a (diff)
downloadforums-3752616bb6317875708ed9cfc5296d784566c657.tar
forums-3752616bb6317875708ed9cfc5296d784566c657.tar.gz
forums-3752616bb6317875708ed9cfc5296d784566c657.tar.bz2
forums-3752616bb6317875708ed9cfc5296d784566c657.tar.xz
forums-3752616bb6317875708ed9cfc5296d784566c657.zip
- making user_last_search a NULL column so MSSQL won't hate us
- making ignore_words and synonyms optional for language packs git-svn-id: file:///svn/phpbb/trunk@5983 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/oracle_schema.sql')
-rw-r--r--phpBB/install/schemas/oracle_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql
index b58407fd82..2a41231626 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -1729,7 +1729,7 @@ CREATE TABLE phpbb_users (
user_lastpost_time number(11) DEFAULT '0' NOT NULL,
user_lastpage varchar2(200) DEFAULT '' NOT NULL,
user_last_confirm_key varchar2(10) DEFAULT '' NULL,
- user_last_search number(11) DEFAULT '0' NOT NULL,
+ user_last_search number(11) DEFAULT '0' NULL,
user_warnings number(4) DEFAULT '0' NULL,
user_last_warning number(11) DEFAULT '0' NULL,
user_login_attempts number(4) DEFAULT '0' NULL,