Skip to content
Snippets Groups Projects
Unverified Commit 93df49ad authored by Markus Koller's avatar Markus Koller
Browse files

Renumber migrations to use null-safe type trigger

After switching to `type_new` we need the new version of this trigger
from !80537,
otherwise we can't set `type_new` in the specs.
parent 83e17cf8
No related branches found
No related tags found
1 merge request!80302Backfill SSL verification for integrations with known-good hostnames
d769aa29da02448f83f87bc67adc83793bb59ff74b9452f16be6d5d20e6b5f98
\ No newline at end of file
6f18a3235313ff0cb3f0e63683351385e76cd404b5a765c8e9f841dc91e02cae
\ No newline at end of file
73ab85c5ef724f6aba4a964f42e586db0a198affd134ba598189629fb95989a4
\ No newline at end of file
fd00d3d8104cba09134853976cf4f1dea7abb5e1dd2c4ea8b46adc4742c71030
\ No newline at end of file
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Gitlab::BackgroundMigration::BackfillIntegrationsEnableSslVerification, schema: 20220209121435 do
RSpec.describe Gitlab::BackgroundMigration::BackfillIntegrationsEnableSslVerification, schema: 20220425121410 do
let(:migration) { described_class.new }
let(:integrations) { described_class::Integration }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment