Merge branch '1313-cambio-en-mr-para-mostrar-elementos-al-frente-en-consolas-visuales-dev' into 'develop'
Added sql to MR See merge request artica/pandorafms!1080
This commit is contained in:
commit
c46375e3e3
|
@ -16,4 +16,6 @@ alter table tlayout_data add column element_group int(10) not null default 0;
|
|||
|
||||
alter table tlayout_data add column id_layout_linked_weight int(10) not null default 0;
|
||||
|
||||
ALTER TABLE tlayout_data ADD COLUMN show_on_top tinyint(1) default 0;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue