summaryrefslogtreecommitdiff
path: root/db/migrate/20190605184422_create_namespace_aggregation_schedules.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add two new ActiveRecord models62214-migrations-and-modelsMayra Cabrera2019-06-251-0/+14
- 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