1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-01 18:06:53 +01:00

fix: tables sort in sidebar

This commit is contained in:
Fabio Di Stasio 2023-02-10 09:26:17 +01:00
parent 9d8c21244b
commit ddb7ead083

View File

@ -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) {