mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Chore: Fix mysql integration tests (#33606)
This commit is contained in:
parent
1db26f8907
commit
49e9f7e3b6
@ -126,7 +126,6 @@ func (db *MySQLDialect) CleanDB() error {
|
||||
|
||||
for _, table := range tables {
|
||||
switch table.Name {
|
||||
case "migration_log":
|
||||
default:
|
||||
if _, err := sess.Exec("set foreign_key_checks = 0"); err != nil {
|
||||
return errutil.Wrap("failed to disable foreign key checks", err)
|
||||
|
Loading…
Reference in New Issue
Block a user