Stars: Remove deprecated internal ID apis (#110499)

This commit is contained in:
Ryan McKinley
2025-09-04 14:45:01 -05:00
committed by GitHub
parent 3d6d632686
commit 1dadf2cad9
10 changed files with 20 additions and 382 deletions
@@ -37,6 +37,9 @@ func addStarMigrations(mg *Migrator) {
Cols: []string{"user_id", "dashboard_uid", "org_id"},
Type: UniqueIndex,
}))
// NOTE: in Grafana 12.2 the dashboard_id is no longer used
// However, we will keep the column + index so that rollback is still possible
}
// relies on the dashboard table existing & must be run after the dashboard migrations are run