debian-mirror-gitlab/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

2021-03-08 18:12:59 +05:30
#!/usr/bin/env ruby
# frozen_string_literal: true
2022-11-25 23:54:43 +05:30
require_relative 'migration_schema_validator'
2021-03-08 18:12:59 +05:30
MigrationSchemaValidator.new.validate!