diff --git a/src/main/libs/clients/MySQLClient.ts b/src/main/libs/clients/MySQLClient.ts index 9e27c7a3..5058fe7d 100644 --- a/src/main/libs/clients/MySQLClient.ts +++ b/src/main/libs/clients/MySQLClient.ts @@ -312,6 +312,7 @@ export class MySQLClient extends AntaresCore { UPDATE_TIME FROM information_schema.TABLES WHERE TABLE_SCHEMA = "${db.Database}" + ORDER BY TABLE_NAME `); if (tables.length) {