lucky_migrator icon indicating copy to clipboard operation
lucky_migrator copied to clipboard

Add --quiet option to Db::Create and Db::Migrate

Open paulcsmith opened this issue 8 years ago • 0 comments

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

paulcsmith avatar Mar 06 '18 20:03 paulcsmith