This need to be added in some cases to database.
ALTER TABLE `products` ADD `products_hide_from_groups` SMALLINT NOT NULL DEFAULT '0';
Only SQL in file.

More...