Column prefixed with table alias
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6a040cd4d8
commit
66875ce193
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.39) stable; urgency=low
|
hedera-web (1.407.40) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue