class LavinMQ::SchemaVersion

Defined in:

lavinmq/schema.cr

Constant Summary

Log = ::Log.for("SchemaVersion")
VERSIONS = {definition: 1, message: 1, index: 3}

Class Method Summary

Class Method Detail

def self.migrate(file, type, current_version) #

[View source]
def self.migrate(path : String, type) #

[View source]
def self.prefix(file, type) : Int32 #

[View source]
def self.verify(file, type) : Int32 #

[View source]
def self.verify_or_prefix(file, type) #

[View source]