test → master #66

Merged
guillermo merged 70 commits from test into master 2024-07-23 06:23:47 +00:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit 93562bb4dd - Show all commits

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": {