mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 02:48:10 +02:00
Merge branch 'requerimientos-sql-en-mr-dev' into 'develop'
Added visual console querys See merge request artica/pandorafms!1077
This commit is contained in:
commit
0618a2fd97
@ -12,4 +12,8 @@ DEALLOCATE PREPARE pr_oum708;
|
||||
|
||||
ALTER TABLE tagente ADD COLUMN `safe_mode_module` int(10) unsigned NOT NULL default '0';
|
||||
|
||||
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;
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user