Welcome to mirror list, hosted at ThFree Co, Russian Federation.

validate_schema_changes « scripts - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6a01a060ce346fc4a65a15188dd7be4942a362f (plain)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

# frozen_string_literal: true

require_relative './database/schema_validator'

SchemaValidator.new.validate!