mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
Merge branch 'v4.4.x'
This commit is contained in:
@@ -58,4 +58,10 @@ FROM dashboard;`
|
||||
Sqlite(rawSQL).
|
||||
Postgres(rawSQL).
|
||||
Mysql(rawSQL))
|
||||
|
||||
// change column type of dashboard_version.data
|
||||
mg.AddMigration("alter dashboard_version.data to mediumtext v1", new(RawSqlMigration).
|
||||
Sqlite("SELECT 0 WHERE 0;").
|
||||
Postgres("SELECT 0;").
|
||||
Mysql("ALTER TABLE dashboard_version MODIFY data MEDIUMTEXT;"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user