PanelLibrary: Adds library_panel table (#29565)

* PanelLibrary: Adds panellib table

* Refactor: removes drop table migration

* Refactor: fixes spelling mistake

* Refactor: changes after PR comments

* Refactor: some more renames
This commit is contained in:
Hugo Häggmark
2020-12-03 15:18:10 +01:00
committed by GitHub
parent ee405ef069
commit 562a1c36b1
2 changed files with 60 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ import (
_ "github.com/grafana/grafana/pkg/services/alerting"
_ "github.com/grafana/grafana/pkg/services/auth"
_ "github.com/grafana/grafana/pkg/services/cleanup"
_ "github.com/grafana/grafana/pkg/services/librarypanels"
_ "github.com/grafana/grafana/pkg/services/ngalert"
_ "github.com/grafana/grafana/pkg/services/notifications"
_ "github.com/grafana/grafana/pkg/services/provisioning"