Skip to content

db migration differences on `gdk update`

$ git s
git diffOn branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   db/docs/bulk_import_batch_trackers.yml
	modified:   db/docs/bulk_import_export_batches.yml
	modified:   db/docs/integrations.yml
	modified:   db/schema_migrations/20230313184306
	modified:   db/schema_migrations/20230313185145

no changes added to commit (use "git add" and/or "git commit -a")
(arm64) tkgl2:gitlab tkuah$ git diff
diff --git a/db/docs/bulk_import_batch_trackers.yml b/db/docs/bulk_import_batch_trackers.yml
index d69888aaadd1..314cb1efcf3f 100644
--- a/db/docs/bulk_import_batch_trackers.yml
+++ b/db/docs/bulk_import_batch_trackers.yml
@@ -1,10 +1,11 @@
 ---
 table_name: bulk_import_batch_trackers
-classes: []
+classes:
+- BulkImports::BatchTracker
 feature_categories:
 - importers
-description: Used to store and track the import status of a batch of relations for the migration
-  of groups or projects
+description: Used to store and track the import status of a batch of relations for
+  the migration of groups or projects
 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111708
 milestone: '15.10'
 gitlab_schema: gitlab_main
diff --git a/db/docs/bulk_import_export_batches.yml b/db/docs/bulk_import_export_batches.yml
index 8d25e2e4a3d2..8cbd032a23a4 100644
--- a/db/docs/bulk_import_export_batches.yml
+++ b/db/docs/bulk_import_export_batches.yml
@@ -1,6 +1,7 @@
 ---
 table_name: bulk_import_export_batches
-classes: []
+classes:
+- BulkImports::ExportBatch
 feature_categories:
 - importers
 description: Used to track the generation status of export batch files for groups
diff --git a/db/docs/integrations.yml b/db/docs/integrations.yml
index c1b18b29804e..91675f8de35e 100644
--- a/db/docs/integrations.yml
+++ b/db/docs/integrations.yml
@@ -47,6 +47,7 @@ classes:
 - Integrations::Shimo
 - Integrations::Slack
 - Integrations::SlackSlashCommands
+- Integrations::SquashTm
 - Integrations::Teamcity
 - Integrations::UnifyCircuit
 - Integrations::WebexTeams
diff --git a/db/schema_migrations/20230313184306 b/db/schema_migrations/20230313184306
index 6365656a4c20..733217f705ce 100644
--- a/db/schema_migrations/20230313184306
+++ b/db/schema_migrations/20230313184306
@@ -1 +1 @@
-457c9325bb8af653b179cb04a3332746b1caf0854b555f71fe8ceb4e323e8b20
+457c9325bb8af653b179cb04a3332746b1caf0854b555f71fe8ceb4e323e8b20
\ No newline at end of file
diff --git a/db/schema_migrations/20230313185145 b/db/schema_migrations/20230313185145
index 15e0da2b8dd6..6eb3908d1dab 100644
--- a/db/schema_migrations/20230313185145
+++ b/db/schema_migrations/20230313185145
@@ -1 +1 @@
-a5a630c2dbd94af837bff0056ee472360646306ca1c00e66fc3f68669006cf50
+a5a630c2dbd94af837bff0056ee472360646306ca1c00e66fc3f68669006cf50
\ No newline at end of file

/cc @krasio @john-mason @ali-gitlab