Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/75e4bf1d6e82109b55a625be8a1dfcd023b37e5c You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

pull/272/head
Jason Kulatunga 3 years ago
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",

Loading…
Cancel
Save