Issue #3228237 by DamienMcKenna, quietone: Always sort tables in db-tools.php dump
(cherry picked from commit 2eebc00274
)
merge-requests/1102/head
parent
51ea8d53da
commit
2bf4121694
|
@ -122,6 +122,9 @@ class DbDumpCommand extends DbCommandBase {
|
|||
}
|
||||
}
|
||||
|
||||
// Keep the table names sorted alphabetically.
|
||||
asort($tables);
|
||||
|
||||
return $tables;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue