Sha256: e6e0618ffb9fa58c6faadfea1245f253089b937b558458cbb28f11cca11b5199
Contents?: true
Size: 308 Bytes
Versions: 43
Compression:
Stored size: 308 Bytes
Contents
module ActiveGraph module Migrations class SchemaMigration include ActiveGraph::Node id_property :migration_id property :migration_id, type: String property :incomplete, type: Boolean def <=>(other) migration_id <=> other.migration_id end end end end
Version data entries
43 entries across 43 versions & 1 rubygems