lib/active_graph/migrations/runner.rb in activegraph-11.4.0 vs lib/active_graph/migrations/runner.rb in activegraph-11.5.0.alpha.1

- old
+ new

@@ -1,8 +1,4 @@ -# frozen_string_literal: true - -require 'sorted_set' - module ActiveGraph module Migrations class Runner STATUS_TABLE_FORMAT = '%-10s %-20s %s' SEPARATOR = '--------------------------------------------------'