mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user