mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +03:00
a082d84d54
* New feature: users can rate support answers 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
68 B
SQL
1 line
No EOL
68 B
SQL
ALTER TABLE `tickets_comments` ADD `mark` BOOLEAN NULL DEFAULT NULL; |