migrate
This commit is contained in:
parent
b766112870
commit
35891a371a
2 changed files with 17 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export class EducationLevelController extends Controller {
|
|||
"createdFullName",
|
||||
"lastUpdateFullName",
|
||||
],
|
||||
order: { createdAt: "ASC" },
|
||||
order: { rank: "ASC" },
|
||||
});
|
||||
|
||||
// if (!educationLevel) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue