fix: closeTicket idem salix refs #6549 #2163
|
@ -3,3 +3,12 @@ INSERT INTO util.notification (id, name, description)
|
||||||
'invoice-ticket-closure',
|
'invoice-ticket-closure',
|
||||||
'Tickets not invoiced during the nightly closure ticket process'
|
'Tickets not invoiced during the nightly closure ticket process'
|
||||||
carlosap marked this conversation as resolved
Outdated
|
|||||||
FROM util.notification;
|
FROM util.notification;
|
||||||
|
|
||||||
|
INSERT IGNORE INTO util.notificationAcl (notificationFk, roleFk)
|
||||||
|
SELECT MAX(id), 108
|
||||||
|
FROM util.notification;
|
||||||
jgallego marked this conversation as resolved
Outdated
jgallego
commented
hacer join con role hacer join con role
|
|||||||
|
|
||||||
|
INSERT IGNORE INTO util.notificationSubscription (notificationFk, userFk)
|
||||||
|
SELECT MAX(id), 108
|
||||||
|
FROM util.notification;
|
||||||
|
|
Loading…
Reference in New Issue
Faltava llevar el from, sino fea tants inserts com linies te la taula