debian-mirror-gitlab/scripts/validate_schema_changes

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
Plaintext
Raw Normal View History

2023-05-27 22:25:52 +05:30
#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative './database/schema_validator'
SchemaValidator.new.validate!