Oopps. Regis doesn't know how to count

This commit is contained in:
Régis Hanol 2013-09-30 15:12:46 +02:00
parent abe4a19824
commit 42d9b0ca46

View File

@ -73,7 +73,7 @@ unless Rails.env == "profile"
end
# by default, Discourse has a "system" account
if User.count > 0
if User.count > 1
puts "Only run this script against an empty DB"
exit
end