Skip to content

Commit

Permalink
v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Apr 28, 2020
1 parent 154a80a commit 2ba5886
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SearchLight"
uuid = "340e8cb6-72eb-11e8-37ce-c97ebeb32050"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.19.1"
version = "0.19.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
1 change: 0 additions & 1 deletion src/Migration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ba5886

Please sign in to comment.