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
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 00:11:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 00:11:09 +0300
commit3d42e098d9658853984534c9dfc2bf76284a8ac0 (patch)
tree269e9d9e017124f5f6d841311661832ea7e4eff8 /db
parenta3487798aeff89daff78749e6d6f392d3ca23687 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/docs/ar_internal_metadata.yml7
-rw-r--r--db/docs/dast_profiles_tags.yml4
-rw-r--r--db/docs/dast_scanner_profiles_tags.yml5
3 files changed, 8 insertions, 8 deletions
diff --git a/db/docs/ar_internal_metadata.yml b/db/docs/ar_internal_metadata.yml
index 4e5c0c2d833..34049edf7ba 100644
--- a/db/docs/ar_internal_metadata.yml
+++ b/db/docs/ar_internal_metadata.yml
@@ -1,10 +1,11 @@
---
table_name: ar_internal_metadata
-classes: []
+classes:
+- ActiveRecord::InternalMetadata
feature_categories:
- database
-description: >-
- An internal table used by ActiveRecord to store information about how the database was migrated.
+description: An internal table used by ActiveRecord to store information about how
+ the database was migrated.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9ba1224867665844b117fa037e1465bb706b3685
milestone: '0.8'
gitlab_schema: gitlab_internal
diff --git a/db/docs/dast_profiles_tags.yml b/db/docs/dast_profiles_tags.yml
index 8210b93f3af..b3129d6a82f 100644
--- a/db/docs/dast_profiles_tags.yml
+++ b/db/docs/dast_profiles_tags.yml
@@ -1,9 +1,9 @@
---
table_name: dast_profiles_tags
classes:
- - Dast::ScannerProfileTag
+- Dast::ProfileTag
feature_categories:
- - dynamic_application_security_testing
+- dynamic_application_security_testing
description: Join Table for Runner tags and DAST Profiles
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108371
milestone: '15.8'
diff --git a/db/docs/dast_scanner_profiles_tags.yml b/db/docs/dast_scanner_profiles_tags.yml
index 9766ce6c4fc..e423680f862 100644
--- a/db/docs/dast_scanner_profiles_tags.yml
+++ b/db/docs/dast_scanner_profiles_tags.yml
@@ -1,9 +1,8 @@
---
table_name: dast_scanner_profiles_tags
-classes:
- - Dast::ScannerProfileTag
+classes: []
feature_categories:
- - dynamic_application_security_testing
+- dynamic_application_security_testing
description: Join Table for Runner tags and DAST Scanner Profiles
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/104909
milestone: '15.7'