From 2ba58861178d97a7196c7154ce1afdda9ee1b44e Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Tue, 28 Apr 2020 19:28:59 +0200 Subject: [PATCH] v0.19.2 --- Project.toml | 2 +- src/Migration.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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