3 lines
74 B
Ruby
3 lines
74 B
Ruby
if Shard.connected? && !Gitlab::Database.read_only?
|
|
Shard.populate!
|
|
end
|