From 9c79a1f8a054a737bfa07332da1007c928b81708 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 May 2007 08:34:12 +0000 Subject: - Patch #147761 by hswong3i: made dblog Oracle-friendly. --- modules/dblog/dblog.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/dblog/dblog.schema') diff --git a/modules/dblog/dblog.schema b/modules/dblog/dblog.schema index 785f1d98f..56cd84a42 100644 --- a/modules/dblog/dblog.schema +++ b/modules/dblog/dblog.schema @@ -7,8 +7,8 @@ function dblog_schema() { 'wid' => array('type' => 'serial', 'not null' => TRUE), 'uid' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), 'type' => array('type' => 'varchar', 'length' => 16, 'not null' => TRUE, 'default' => ''), - 'message' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'), - 'variables' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'), + 'message' => array('type' => 'text', 'not null' => TRUE, 'size' => 'medium'), + 'variables' => array('type' => 'text', 'not null' => TRUE, 'size' => 'medium'), 'severity' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, 'size' => 'tiny'), 'link' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), 'location' => array('type' => 'text', 'not null' => TRUE), -- cgit v1.2.3