Merge branch '342-fallo-al-registrar-nodo-en-metaconsola-open' into 'develop'

add new field tagent in oracle

See merge request 
This commit is contained in:
daniel 2017-02-22 17:49:31 +01:00
commit 58ca741649

@ -291,6 +291,7 @@ CREATE TABLE tagente_modulo (
prediction_sample_window INTEGER default 0,
prediction_samples INTEGER default 0,
prediction_threshold INTEGER default 0,
alias varchar2(600) NOT NULL default '',
parent_module_id NUMBER(10, 0),
CONSTRAINT t_agente_modulo_wizard_cons CHECK (wizard_level IN ('basic','advanced','nowizard'))
);