INSERT INTO "news" ("id", "title", "description", "shortDescription", "status", "createdAt", "updatedAt", "groupId", "teamId", "blockId", "lang") VALUES
(1, 'Forward Security Officer', 'Central', 'Product', 2, '2020-11-30 12:27:18.047', '2020-11-30 12:27:18.047', 0, 0, 0, 'ru'),
(4, 'National Infrastructure Representative', 'Investor', 'Investor', 1, '2020-11-30 13:59:11.584078', '2020-11-30 13:59:11.584078', 1, 0, 0, 'ru'),
(3, 'Customer Accountability Administrator', 'Human', 'Central', 2, '2020-11-30 13:57:38.231', '2020-11-30 13:57:38.231', 0, 1, 0, 'ru'),
(5, 'International Intranet Manager', 'Global', 'National', 2, '2020-11-30 14:01:30.907', '2020-11-30 14:01:30.907', 0, 0, 1 'ru'),
(6, 'Dynamic Infrastructure Planner', 'National', 'Principal', 2, '2020-11-30 14:01:45.809', '2020-11-30 14:01:45.809', 0, 0, 0, 'ru'),
(7, 'Forward Paradigm Administrator', 'District', 'Dynamic', 2, '2020-11-30 14:02:01.172', '2020-11-30 14:02:01.172', 0, 0, 0, 'ru'),
(8, 'Forward Assurance Orchestrator', 'Regional', 'Dynamic', 2, '2020-11-30 14:02:13.705', '2020-11-30 14:02:13.705', 0, 0, 0, 'ru'),
(9, 'National Integration Director', 'Customer', 'Investor', 2, '2020-11-30 14:02:25.933', '2020-11-30 14:02:25.933', 0, 0, 0, 'ru');
INSERT INTO "readed_news" ("id", "newsId", "userId", "readedAt") VALUES
(1, 1, 5, '2020-11-30 12:39:40.445662'),
(2, 2, 5, '2020-11-30 13:46:27.55037');