2177-accountModule #373

Merged
juan merged 8 commits from 2177-userModule into dev 2020-09-21 15:58:12 +00:00
1 changed files with 6 additions and 4 deletions
Showing only changes of commit 1c621cff85 - Show all commits

View File

@ -76,13 +76,15 @@ INSERT INTO `account`.`mailAlias`(`id`, `alias`, `description`, `isPublic`)
INSERT INTO `account`.`mailAliasAccount`(`mailAlias`, `account`)
VALUES
(1, 101),
(1, 102),
(2, 101);
(1, 1),
(1, 18),
(3, 18),
(1, 9),
(2, 9);
INSERT INTO `account`.`mailForward`(`account`, `forwardTo`)
VALUES
(101, 'employee@domain.local');
(1, 'employee@domain.local');
INSERT INTO `vn`.`worker`(`id`, `code`, `firstName`, `lastName`, `userFk`,`bossFk`, `phone`)
VALUES