3928-worker.time-control_sendMail #1129
|
@ -2715,7 +2715,6 @@ UPDATE `account`.`user`
|
||||||
SET `hasGrant` = 1
|
SET `hasGrant` = 1
|
||||||
WHERE `id` = 66;
|
WHERE `id` = 66;
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
INSERT INTO `postgresql`.`journey` (`journey_id`, `day_id`, `start`, `end`, `business_id`)
|
INSERT INTO `postgresql`.`journey` (`journey_id`, `day_id`, `start`, `end`, `business_id`)
|
||||||
VALUES
|
VALUES
|
||||||
(1, 1, '09:00:00', '13:00:00', 18),
|
(1, 1, '09:00:00', '13:00:00', 18),
|
||||||
|
@ -2730,8 +2729,6 @@ VALUES
|
||||||
(10, 4, '07:00:00', '14:00:00', 19),
|
(10, 4, '07:00:00', '14:00:00', 19),
|
||||||
(11, 5, '08:00:00', '13:00:00', 19);
|
(11, 5, '08:00:00', '13:00:00', 19);
|
||||||
|
|
||||||
=======
|
|
||||||
INSERT INTO `vn`.`osTicketConfig` (`id`, `host`, `user`, `password`, `oldStatus`, `newStatusId`, `day`, `comment`, `hostDb`, `userDb`, `passwordDb`, `portDb`, `responseType`, `fromEmailId`, `replyTo`)
|
INSERT INTO `vn`.`osTicketConfig` (`id`, `host`, `user`, `password`, `oldStatus`, `newStatusId`, `day`, `comment`, `hostDb`, `userDb`, `passwordDb`, `portDb`, `responseType`, `fromEmailId`, `replyTo`)
|
||||||
VALUES
|
VALUES
|
||||||
(0, 'http://localhost:56596/scp', 'ostadmin', 'Admin1', 'open', 3, 60, 'Este CAU se ha cerrado automáticamente. Si el problema persiste responda a este mensaje.', 'localhost', 'osticket', 'osticket', 40003, 'reply', 1, 'all');
|
(0, 'http://localhost:56596/scp', 'ostadmin', 'Admin1', 'open', 3, 60, 'Este CAU se ha cerrado automáticamente. Si el problema persiste responda a este mensaje.', 'localhost', 'osticket', 'osticket', 40003, 'reply', 1, 'all');
|
||||||
>>>>>>> 6ed5ef7d1b79034791af9ecba79ecb9e3194b1ee
|
|
||||||
|
|
Loading…
Reference in New Issue