7 lines
138 B
Ruby
Executable file
7 lines
138 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
# frozen_string_literal: true
|
|
|
|
require_relative 'migration_schema_validator'
|
|
|
|
MigrationSchemaValidator.new.validate!
|