1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

fix the schema files as well as other tiny bugs.

git-svn-id: file:///svn/phpbb/trunk@6190 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-07-17 15:32:46 +00:00
parent 1a5e4f446a
commit 99a7ce5bbe
11 changed files with 41 additions and 39 deletions

View File

@@ -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,