mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-16 14:42:13 -04:00
Update db/migrate/20240905024953_move_solved_topic_custom_field_to_discourse_solved_solutions.rb
Co-authored-by: Bianca Nenciu <[email protected]>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ class MoveSolvedTopicCustomFieldToDiscourseSolvedSolutions < ActiveRecord::Migra
|
||||
create_table :discourse_solved_solutions do |t|
|
||||
t.integer :topic_id, null: false
|
||||
t.integer :answer_post_id, null: false
|
||||
t.integer :accepter_user_id, null: true
|
||||
t.integer :accepter_user_id
|
||||
t.integer :topic_timer_id, null: true
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user