1
0
Fork 0

Reorder inflections

This commit is contained in:
Alex Kotov 2023-03-25 03:41:51 +04:00
parent f5deb66141
commit d1c32bc575
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public
AND
word_forms.word_id = $1
WHERE words.id = $1
ORDER BY inflections.descr
ORDER BY inflections.index
SQL
),
[word_id],