Fixed error in sql oracle

This commit is contained in:
m-lopez-f 2015-10-08 15:42:12 +02:00
parent 7d253d0458
commit 0d95b68a72
1 changed files with 2 additions and 2 deletions

View File

@ -1906,8 +1906,8 @@ CREATE TABLE tevent_filter (
status NUMBER(10, 0) DEFAULT -1,
search CLOB DEFAULT '',
text_agent CLOB DEFAULT '',
id_agent int(10) DEFAULT 0,
id_agent_module int(10) DEFAULT 0,
id_agent NUMBER(10, 0) DEFAULT 0,
id_agent_module NUMBER(10, 0) DEFAULT 0,
pagination NUMBER(10, 0) DEFAULT 25,
event_view_hr NUMBER(10, 0) DEFAULT 8,
id_user_ack CLOB,