Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit d10c7c3

Browse files
Lhcflnbianca
andauthored
Update db/migrate/20240905024953_move_solved_topic_custom_field_to_discourse_solved_solutions.rb
Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
1 parent 15bc182 commit d10c7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20240905024953_move_solved_topic_custom_field_to_discourse_solved_solutions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def up
77
t.integer :topic_id, null: false
88
t.integer :answer_post_id, null: false
99
t.integer :accepter_user_id
10-
t.integer :topic_timer_id, null: true
10+
t.integer :topic_timer_id
1111
t.timestamps
1212
end
1313

0 commit comments

Comments
 (0)