gitlab-org--gitlab-foss/scripts/validate_migration_schema

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
138 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative 'migration_schema_validator'
MigrationSchemaValidator.new.validate!