Oopps. Regis doesn't know how to count
This commit is contained in:
parent
abe4a19824
commit
42d9b0ca46
|
@ -73,7 +73,7 @@ unless Rails.env == "profile"
|
||||||
end
|
end
|
||||||
|
|
||||||
# by default, Discourse has a "system" account
|
# by default, Discourse has a "system" account
|
||||||
if User.count > 0
|
if User.count > 1
|
||||||
puts "Only run this script against an empty DB"
|
puts "Only run this script against an empty DB"
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue