15d011d64d
We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table.
6 lines
121 B
Ruby
6 lines
121 B
Ruby
FactoryBot.define do
|
|
factory :site_statistics, class: 'SiteStatistic' do
|
|
id 1
|
|
repositories_count 999
|
|
end
|
|
end
|