Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/ci_project_monthly_usages.yml')
-rw-r--r--db/docs/ci_project_monthly_usages.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/docs/ci_project_monthly_usages.yml b/db/docs/ci_project_monthly_usages.yml
new file mode 100644
index 00000000000..e7f0dc2b17b
--- /dev/null
+++ b/db/docs/ci_project_monthly_usages.yml
@@ -0,0 +1,9 @@
+---
+table_name: ci_project_monthly_usages
+classes:
+- Ci::Minutes::ProjectMonthlyUsage
+feature_categories:
+- continuous_integration
+description: TODO
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53460
+milestone: '13.9'