Files
grafana/pkg/services/sqlstore
Daniel Lee 16cda723d3 migrations: dashboard version migration handles nulls
If a dashboard has a null value for updated_by then the migration
for the dashboard version table fails. This change uses coalesce to
set -1 instead of null when inserting into the created_by column
which has a non-null constraint. Fixes #8783.
2017-07-05 22:06:00 +02:00
..
2017-03-28 14:34:53 +02:00
2017-03-28 14:34:53 +02:00
2015-07-17 14:42:49 +02:00