From 26b5981f19e2976840c30b9f47a6e76710861a38 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 6 Jun 2017 12:10:51 +0900 Subject: [PATCH] Fix typo. --- db/fixtures/999_topics.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/fixtures/999_topics.rb b/db/fixtures/999_topics.rb index fe32321bbd9..541cacad12c 100644 --- a/db/fixtures/999_topics.rb +++ b/db/fixtures/999_topics.rb @@ -108,6 +108,6 @@ ColumnDropper.drop( }, on_drop: ->(){ STDERR.puts "Removing superflous topic columns!" - } + }, delay: 3600 )