#!/usr/bin/ruby.ruby2.7

# frozen_string_literal: true

require_relative 'migration_schema_validator'

MigrationSchemaValidator.new.validate!
