added a helpful comment that the database migration might take a looong time.

This commit is contained in:
Jason Kulatunga
2022-05-24 09:47:09 -07:00
parent 97add04276
commit 75e4bf1d6e
@@ -22,7 +22,7 @@ import (
func (sr *scrutinyRepository) Migrate(ctx context.Context) error {
sr.logger.Infoln("Database migration starting")
sr.logger.Infoln("Database migration starting. Please wait, this process may take a long time....")
gormMigrateOptions := &gormigrate.Options{
TableName: "migrations",