Added visual console querys

This commit is contained in:
Arturo Gonzalez 2017-11-15 16:10:43 +01:00
parent d4fdb9d23c
commit b5cff77a4f
1 changed files with 4 additions and 0 deletions

View File

@ -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;