From 21dd98d546019ea8c89886e749fd30e9453a8aa9 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Mon, 8 Aug 2022 00:09:23 +0200 Subject: [PATCH] aliases for all_up!! and all_down!! --- Project.toml | 2 +- src/Migration.jl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4129df5..f9c3286 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SearchLight" uuid = "340e8cb6-72eb-11e8-37ce-c97ebeb32050" authors = ["Adrian Salceanu "] -version = "2.4.1" +version = "2.5.0" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" diff --git a/src/Migration.jl b/src/Migration.jl index 3f92343..9791d20 100644 --- a/src/Migration.jl +++ b/src/Migration.jl @@ -428,6 +428,7 @@ function all_down!!(; confirm = true) :: Nothing nothing end +const alldown = all_down!! """ @@ -447,6 +448,7 @@ function all_up!!() :: Nothing nothing end +const allup = all_up!! function create_table end