summaryrefslogtreecommitdiff
path: root/db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb')
-rw-r--r--db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb b/db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb
new file mode 100644
index 00000000000..e42b74748d7
--- /dev/null
+++ b/db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb
@@ -0,0 +1,11 @@
+# frozen_string_literal: true
+
+class ScheduleBackfillCiNamespaceMirrors < Gitlab::Database::Migration[1.0]
+ def up
+ # no-op
+ end
+
+ def down
+ # no-op
+ end
+end