aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-06-20 00:09:45 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-06-20 00:09:45 +0000
commit9b0d2143bb5d8de42c10ac74cbbf81feafb7ecb4 (patch)
treef75c591fb179cdfd197f9787f0ec0f0e0ad954c0 /phpBB/install/schemas/oracle_schema.sql
parent52045ff2631cdfa14efd3379b64843cafd00df8f (diff)
downloadforums-9b0d2143bb5d8de42c10ac74cbbf81feafb7ecb4.tar
forums-9b0d2143bb5d8de42c10ac74cbbf81feafb7ecb4.tar.gz
forums-9b0d2143bb5d8de42c10ac74cbbf81feafb7ecb4.tar.bz2
forums-9b0d2143bb5d8de42c10ac74cbbf81feafb7ecb4.tar.xz
forums-9b0d2143bb5d8de42c10ac74cbbf81feafb7ecb4.zip
what? yeah...
- turns out the backup issue was not a backup issue but a schema issue - let there be color git-svn-id: file:///svn/phpbb/trunk@6105 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 900232b79a..5851bed653 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -54,7 +54,7 @@ CREATE TABLE phpbb_attachments (
"COMMENT" clob,
extension varchar2(100),
mimetype varchar2(100),
- filesize number(20) NOT NULL,
+ filesize number(20) DEFAULT '0' NOT NULL,
filetime number(11) DEFAULT '0' NOT NULL,
thumbnail number(1) DEFAULT '0' NOT NULL,
CONSTRAINT pk_phpbb_attachments PRIMARY KEY (attach_id)