mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: tables sort in sidebar
This commit is contained in:
@@ -312,6 +312,7 @@ export class MySQLClient extends AntaresCore {
|
|||||||
UPDATE_TIME
|
UPDATE_TIME
|
||||||
FROM information_schema.TABLES
|
FROM information_schema.TABLES
|
||||||
WHERE TABLE_SCHEMA = "${db.Database}"
|
WHERE TABLE_SCHEMA = "${db.Database}"
|
||||||
|
ORDER BY TABLE_NAME
|
||||||
`);
|
`);
|
||||||
|
|
||||||
if (tables.length) {
|
if (tables.length) {
|
||||||
|
Reference in New Issue
Block a user