Sha256: dbe31704e1e374c165da4d2dac99d766a1ccab1574bcc0c5a42636c9beb3c622
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 Bytes
Contents
require 'hanami/commands/db/abstract' module Hanami module Commands class DB class Apply < Abstract def start require 'hanami/model/migrator' Hanami::Model::Migrator.apply end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems