bde41ee866
- Namespace::Storagestatistics will persist root namespace statistics - Namespace::AggregationSchedule will save information when a new update to the namespace statistics needs to be scheduled Both tables use 'namespace_id' as primary key
7 lines
165 B
Ruby
7 lines
165 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :namespace_root_storage_statistics, class: Namespace::RootStorageStatistics do
|
|
namespace
|
|
end
|
|
end
|