mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Restructure * Zanzana: Add integration tests for client * skip mysql 5.7 integration tests
11 lines
182 B
Go
11 lines
182 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
// EmbedMigrations within the grafana binary.
|
|
//
|
|
//go:embed migrations/*
|
|
var EmbedMigrations embed.FS
|
|
|
|
const SQLiteMigrationDir = "migrations/sqlite"
|