I have many pre-existing reviews which I'd like to import into Resource Manager.
Can the SQL experts (Jake specially) provide a query to import into a specific resource
Something like
insert into table xf_resource
where resource_id = 1
and reviewer_id = 1234
and date_review = mmddyyyy
and review_rating = 4.5
and review_content = "this is the content of the review"
Can the SQL experts (Jake specially) provide a query to import into a specific resource
Something like
insert into table xf_resource
where resource_id = 1
and reviewer_id = 1234
and date_review = mmddyyyy
and review_rating = 4.5
and review_content = "this is the content of the review"