mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-28 14:23:12 +00:00
Start on Booking form
Clean up navigation bar Form CSS Add warning to run when skipping migrations
This commit is contained in:
parent
5cce507c8a
commit
3198dec20c
9 changed files with 181 additions and 38 deletions
|
@ -34,6 +34,8 @@ func run(flags []string) {
|
|||
fmt.Println("Run `TastyBites status` or use the flag -skipMigrations")
|
||||
os.Exit(1)
|
||||
}
|
||||
} else {
|
||||
fmt.Println("WARNING: Skipping migrations! This can lead to errors, or even data loss!")
|
||||
}
|
||||
|
||||
api.Serve(api.Config{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue