lucky_migrator
lucky_migrator copied to clipboard
Add --quiet option to Db::Create and Db::Migrate
This would hide success output. This will be helpful when automatically creating and migrating the database in test. In that case, you only need error output
def initialize(@quiet : Bool = false)
end
# Check quiet instance var before outputting success messages