Hotfix
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
846d7b9ec8
commit
690218c16e
|
@ -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`,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.33) stable; urgency=low
|
hedera-web (1.407.34) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue