mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
2 lines
120 B
MySQL
2 lines
120 B
MySQL
|
ALTER TABLE `posts` ADD `suggested` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `deleted`, ADD INDEX (`suggested`);
|