From 0b7b32f5267da48e67bf0cf7379cd937147e9736 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Wed, 29 Apr 2015 15:31:01 +0200 Subject: [PATCH] Changed the type of the group name column to improve the consistency with mysql --- pandora_console/pandoradb.oracle.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.oracle.sql b/pandora_console/pandoradb.oracle.sql index 3b2f88fe7e..04e33c9209 100755 --- a/pandora_console/pandoradb.oracle.sql +++ b/pandora_console/pandoradb.oracle.sql @@ -604,7 +604,7 @@ CREATE OR REPLACE TRIGGER tevento_inc BEFORE INSERT ON tevento REFERENCING NEW A -- Criticity: 4 - Critical (red) (status 1) CREATE TABLE tgrupo ( id_grupo NUMBER(10, 0) PRIMARY KEY, - nombre CLOB DEFAULT '', + nombre VARCHAR2(100) DEFAULT '', icon VARCHAR2(50) DEFAULT 'world', parent NUMBER(10, 0) DEFAULT 0, propagate NUMBER(5, 0) DEFAULT 0,