Sha256: 61da88d81f2bd87bf615f15e2c52cadf538e4b2a2f9986439088d4eccc1c3130
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
# typed: strict # frozen_string_literal: true require 'sorbet-runtime' module LazyMigrate class Migration < T::Struct prop :status, String const :version, Integer const :name, String prop :has_file, T::Boolean prop :current, T::Boolean end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lazy_migrate-0.3.0 | lib/lazy_migrate/migration.rb |
lazy_migrate-0.2.0 | lib/lazy_migrate/migration.rb |