aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-07-17 15:32:46 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-07-17 15:32:46 +0000
commit99a7ce5bbe92b1313a22db2d8dad51046dca26d9 (patch)
tree7926a5350a86f06e1c0b209d5a16674002750e98 /phpBB/install/schemas/oracle_schema.sql
parent1a5e4f446a681b9dbf02951445bb1e2088bd435a (diff)
downloadforums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar.gz
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar.bz2
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar.xz
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.zip
fix the schema files as well as other tiny bugs.
git-svn-id: file:///svn/phpbb/trunk@6190 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/oracle_schema.sql')
-rw-r--r--phpBB/install/schemas/oracle_schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql
index 2fdd4ed96d..2e6331ac40 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -49,7 +49,7 @@ CREATE TABLE phpbb_attachments (
topic_id number(8) DEFAULT '0' NOT NULL,
in_message number(1) DEFAULT '0' NOT NULL,
poster_id number(8) DEFAULT '0' NOT NULL,
- pysical_filename varchar2(255) DEFAULT '' NOT NULL,
+ physical_filename varchar2(255) DEFAULT '' NOT NULL,
real_filename varchar2(255) DEFAULT '' NOT NULL,
download_count number(8) DEFAULT '0' NOT NULL,
attach_comment clob DEFAULT '' NOT NULL,
@@ -598,7 +598,7 @@ END;
/* Table: 'phpbb_lang' */
CREATE TABLE phpbb_lang (
lang_id number(4) NOT NULL,
- lang_iso varchar2(5) DEFAULT '' NOT NULL,
+ lang_iso varchar2(30) DEFAULT '' NOT NULL,
lang_dir varchar2(30) DEFAULT '' NOT NULL,
lang_english_name varchar2(100) DEFAULT '' NOT NULL,
lang_local_name varchar2(255) DEFAULT '' NOT NULL,