mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 06:01:43 +08:00

This PR addresses a problem with the Xenforo importer. Xenforo has moved from "likes" table and now calls the same table "reactions" table. Similarly the columns has been also renamed. With this PR, the importer is upgraded to use the latest naming. Signed-off-by: Abhiram Shibu <abhiramshibu1998@gmail.com>