From 7346fcf7ece592db9f47cba61e6b98519f9f3374 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Fri, 30 Sep 2016 11:52:19 +0200 Subject: [PATCH] Permissions for test user --- tests/codeception/_data/dump.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/codeception/_data/dump.sql b/tests/codeception/_data/dump.sql index 3b43f6170..ca66b931f 100644 --- a/tests/codeception/_data/dump.sql +++ b/tests/codeception/_data/dump.sql @@ -1132,4 +1132,9 @@ INSERT INTO public.tbl_statistik VALUES ('Mitarbeiterstatistik', 'Mitarbeitersta INSERT INTO public.tbl_statistik VALUES ('Verplanungsübersicht', 'Verplanungsübersicht', 4, '../lehre/check/verplanungsuebersicht.php', 'LV-Plan', NULL, NULL, NULL, '2011-04-01 10:51:53', 'oesi', '2011-04-01 11:15:20', 'oesi', NULL, false, NULL); INSERT INTO public.tbl_statistik VALUES ('Zeitwünsche', 'Zeitwünsche', 5, '../lehre/zeitwuensche.php', 'LV-Plan', NULL, NULL, NULL, '2011-04-01 10:52:37', 'oesi', '2011-04-01 11:15:27', 'oesi', NULL, false, NULL); INSERT INTO public.tbl_statistik VALUES ('AnzahlStudierende', 'Aktuell Studierende im Haus', 16, '../../cis/private/lvplan/stpl_week_anzahl_studenten.php', 'Studierende', NULL, NULL, NULL, '2011-04-01 11:11:52', 'oesi', '2012-02-20 19:09:16', 'kindlm', NULL, false, NULL); -INSERT INTO public.tbl_statistik VALUES ('ALVS-Statistik', 'ALVS-Statistik', 7, '../../content/statistik/alvsstatistik.php', 'Lehre', NULL, NULL, NULL, '2011-04-01 10:54:03', 'oesi', '2011-04-01 11:23:12', 'oesi', NULL, false, NULL); \ No newline at end of file +INSERT INTO public.tbl_statistik VALUES ('ALVS-Statistik', 'ALVS-Statistik', 7, '../../content/statistik/alvsstatistik.php', 'Lehre', NULL, NULL, NULL, '2011-04-01 10:54:03', 'oesi', '2011-04-01 11:23:12', 'oesi', NULL, false, NULL); + +GRANT SELECT ON TABLE wawi.tbl_konto TO vilesci; +GRANT SELECT ON TABLE campus.tbl_pruefungsstatus TO vilesci; +GRANT SELECT ON TABLE fue.tbl_scrumsprint TO vilesci; +GRANT SELECT ON TABLE fue.tbl_scrumteam TO vilesci;