mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
2 lines
185 B
SQL
2 lines
185 B
SQL
ALTER TABLE `posts` ADD `suggested` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `deleted`;
|
|
ALTER TABLE `posts` ADD INDEX `wall_deleted_suggested` (`wall`, `deleted`, `suggested`);
|