mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-01 09:56:54 +01:00
fix: tables sort in sidebar
This commit is contained in:
parent
9d8c21244b
commit
ddb7ead083
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user