Sha256: 4fa6a51e2ae2707e986a6ae26e65c934f7a003b7c107cd279635fb84bbd30b26
Contents?: true
Size: 302 Bytes
Versions: 91
Compression:
Stored size: 302 Bytes
Contents
module Neo4j module Migrations class SchemaMigration include Neo4j::ActiveNode 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
91 entries across 91 versions & 2 rubygems