fix: refs #7704 Bug fix
gitea/hedera-web/pipeline/pr-master This commit looks good Details
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-07-19 10:25:23 +02:00
parent aaa9d34404
commit 93562bb4dd
3 changed files with 4 additions and 3 deletions

2
debian/changelog vendored
View File

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

View File

@ -105,7 +105,8 @@
auto-load="false"
result-index="3"
on-status-changed="onItemsChange">
CREATE OR REPLACE TEMPORARY TABLE tmp.item
DROP TEMPORARY TABLE IF EXISTS tmp.item;
CREATE TEMPORARY TABLE tmp.item
(INDEX (itemFk))
ENGINE = MEMORY
SELECT i.id itemFk

View File

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