mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Deprecate FolderID in LibraryElementWithMeta (#77406)
This commit is contained in:
@@ -40,8 +40,9 @@ type LibraryElement struct {
|
||||
|
||||
// LibraryElementWithMeta is the model used to retrieve entities with additional meta information.
|
||||
type LibraryElementWithMeta struct {
|
||||
ID int64 `xorm:"pk autoincr 'id'"`
|
||||
OrgID int64 `xorm:"org_id"`
|
||||
ID int64 `xorm:"pk autoincr 'id'"`
|
||||
OrgID int64 `xorm:"org_id"`
|
||||
// Deprecated: use FolderUID instead
|
||||
FolderID int64 `xorm:"folder_id"`
|
||||
UID string `xorm:"uid"`
|
||||
Name string
|
||||
|
||||
Reference in New Issue
Block a user