mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
8 lines
138 B
Ruby
Executable File
8 lines
138 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
# frozen_string_literal: true
|
|
|
|
require_relative 'migration_schema_validator'
|
|
|
|
MigrationSchemaValidator.new.validate!
|