class Neo4j::Migrations::SchemaMigration

Public Instance Methods

<=>(other) click to toggle source
   # File lib/neo4j/migrations/schema_migration.rb
 9 def <=>(other)
10   migration_id <=> other.migration_id
11 end