mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
Now users can rate support answers. They will see links "This is good answer" and "This is bad answer", like it was in original VK.
1 line
No EOL
71 B
SQL
1 line
No EOL
71 B
SQL
ALTER TABLE `tickets_comments` ADD `mark` TINYINT NOT NULL DEFAULT '0'; |