class Kangaru::Database
def migrate!
def migrate! return unless handler return unless migrations_exist? Sequel.extension(:migration) Sequel::Migrator.run(handler, migration_path) end
def migrate! return unless handler return unless migrations_exist? Sequel.extension(:migration) Sequel::Migrator.run(handler, migration_path) end