mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '342-fallo-al-registrar-nodo-en-metaconsola-open' into 'develop'
add new field tagent in oracle See merge request !196
This commit is contained in:
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'))
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user