Start on Booking form

Clean up navigation bar
Form CSS
Add warning to run when skipping migrations
This commit is contained in:
Michał Gdula 2024-05-10 14:46:53 +01:00
parent 5cce507c8a
commit 3198dec20c
9 changed files with 181 additions and 38 deletions

View file

@ -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{