Some questions on vbulletin import script (groups, likes, attachments)

You’ll need to create records in the post_actions table.

Here’s the columns you need to know:

id  serial primary key
post_id  integer fkey posts
user_id  integer fkey users
post_action_type_id  integer ; like = 2
deleted_at  timestamp null
created_at  timestamp
updated_at  timestamp
deleted_by_id  integer null, fkey users
7 Likes