class Movie::Persistence::InvalidMigrationHistoryError

Defined in:

movie/persistence/migrations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(expected_version : Int64, found_version : Int64) #

[View source]

Instance Method Detail

def expected_version : Int64 #

[View source]
def found_version : Int64 #

[View source]