Column prefixed with table alias
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-02-12 10:56:12 +01:00
parent 6a040cd4d8
commit 66875ce193
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.39) stable; urgency=low hedera-web (1.407.40) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -13,7 +13,7 @@
<htk-repeater form-id="iter"> <htk-repeater form-id="iter">
<db-model property="model" id="news-model" updatable="true"> <db-model property="model" id="news-model" updatable="true">
<custom> <custom>
SELECT n.id, u.nickname, priority, image, title SELECT n.id, u.nickname, n.priority, n.image, n.title
FROM news n FROM news n
JOIN account.user u ON u.id = n.userFk JOIN account.user u ON u.id = n.userFk
ORDER BY priority, n.created DESC ORDER BY priority, n.created DESC

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.39", "version": "1.407.40",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {