mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-28 06:13:12 +00:00
Split migrate and downgrade commands
Rename Pending to GetPending
This commit is contained in:
parent
2bde65c5a2
commit
b8d9ded81e
4 changed files with 73 additions and 43 deletions
|
@ -23,7 +23,7 @@ func run(flags []string) {
|
|||
}
|
||||
|
||||
if !*skip {
|
||||
pending, err := db.Pending()
|
||||
pending, err := db.GetPending()
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue