diff --git a/pandora_console/pandoradb.oracle.sql b/pandora_console/pandoradb.oracle.sql index 65a0163688..b4e607bcb8 100755 --- a/pandora_console/pandoradb.oracle.sql +++ b/pandora_console/pandoradb.oracle.sql @@ -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,