mirror of https://github.com/grafana/grafana.git
				
				
				
			| * SQLStore: fix issue where postgres would not find the existing org Grafana using a postgres databases would fail to find the created org when the CreatedAt and UpdatedAt times are (inaccurately) populated. This issue only occurs in postgres, and only shows up when getOrCreateOrg run to create the admin user AND the organization already exists. See https://github.com/grafana/grafana/issues/71781 for more information and a reproduction. * add an integration test | ||
|---|---|---|
| .. | ||
| migrations | ||
| migrator | ||
| permissions | ||
| searchstore | ||
| session | ||
| sqlutil | ||
| bulk.go | ||
| bulk_test.go | ||
| database_wrapper.go | ||
| logger.go | ||
| session.go | ||
| session_test.go | ||
| sqlstore.go | ||
| sqlstore_metrics.go | ||
| sqlstore_metrics_test.go | ||
| sqlstore_test.go | ||
| tls_mysql.go | ||
| transactions.go | ||
| transactions_test.go | ||
| user.go | ||
| user_test.go | ||