pandorafms/pandora_console/extras/mr/11.sql

5 lines
96 B
MySQL
Raw Normal View History

START TRANSACTION;
ALTER TABLE `tlayout` ADD `is_favourite` int(1) NOT NULL DEFAULT 0;
COMMIT;