Hotfix
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-10-23 13:00:40 +02:00
parent 846d7b9ec8
commit 690218c16e
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
CREATE OR REPLACE CREATE OR REPLACE
ALGORITHM = UNDEFINED
DEFINER=`root`@`%` DEFINER=`root`@`%`
ALGORITHM = UNDEFINED VIEW `hedera`.`myTicketService` AS VIEW `hedera`.`myTicketService` AS
select select
`s`.`id` AS `id`, `s`.`id` AS `id`,
`s`.`description` AS `description`, `s`.`description` AS `description`,

2
debian/changelog vendored
View File

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

View File

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

View File

@ -35,7 +35,7 @@ class Account {
[$userName] [$userName]
); );
if (!$hasAccount) if (!$hasAccount)
$db->getValue('DELETE FROM account.userSync WHERE name = #', $db->query('DELETE FROM account.userSync WHERE name = #',
[$userName] [$userName]
); );
} }