mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
AccessControl: Increase limit of LBAC for Datasources rules (#111560)
increase json_data in mysql from TEXT to MEDIUMTEXT (16MB)
This commit is contained in:
@@ -146,4 +146,8 @@ func addDataSourceMigration(mg *Migrator) {
|
||||
mg.AddMigration("Update secure_json_data column to MediumText", NewRawSQLMigration("").
|
||||
Mysql("ALTER TABLE data_source MODIFY COLUMN secure_json_data MEDIUMTEXT;"),
|
||||
)
|
||||
|
||||
mg.AddMigration("Update json_data column to MediumText", NewRawSQLMigration("").
|
||||
Mysql("ALTER TABLE data_source MODIFY COLUMN json_data MEDIUMTEXT;"),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user