Skip to content

Commit

Permalink
aliases for all_up!! and all_down!!
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Aug 7, 2022
1 parent 8a5a119 commit 21dd98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 = "2.4.1"
version = "2.5.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 2 additions & 0 deletions src/Migration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ function all_down!!(; confirm = true) :: Nothing

nothing
end
const alldown = all_down!!


"""
Expand All @@ -447,6 +448,7 @@ function all_up!!() :: Nothing

nothing
end
const allup = all_up!!


function create_table end
Expand Down

0 comments on commit 21dd98d

Please sign in to comment.