mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added sql to MR
This commit is contained in:
parent
104db9a875
commit
b565500182
@ -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…
x
Reference in New Issue
Block a user