mirror of
https://ghfast.top/https://github.com/discourse/discourse-solved.git
synced 2026-07-17 11:56:55 +08:00
This PR does some preparatory work to prepare for the front-end display of who marked an answer as solved. It migrates the custom fields from discourse-solved of Topic and Post to a new table, except "accepted_answer_post_id" ref: /t/-/95318
6 lines
121 B
Ruby
6 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:solution, from: DiscourseSolved::Solution) do
|
|
topic_id
|
|
answer_post_id
|
|
end
|