diff --git a/Project.toml b/Project.toml index 498c408..c7d99e4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SearchLight" uuid = "340e8cb6-72eb-11e8-37ce-c97ebeb32050" authors = ["Adrian Salceanu "] -version = "0.19.1" +version = "0.19.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" diff --git a/src/Migration.jl b/src/Migration.jl index a524214..264dfe2 100644 --- a/src/Migration.jl +++ b/src/Migration.jl @@ -298,7 +298,6 @@ function upped_migrations() :: Vector{String} if DataFrames.nrow(result) > 0 String[string(x) for x = result[!, :version]] else - @warn "No migrations available" String[] end end