From e3e2b1240e418019bd78419a76481deeefffa627 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 1 Jan 2021 21:52:39 +0100 Subject: [PATCH] =?UTF-8?q?DB:=20Je=C5=A1t=C4=9B=20jeden=20v=C3=BDskyt=20m?= =?UTF-8?q?o=5Fsubmit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/drop-all.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/drop-all.sql b/db/drop-all.sql index 123c2b9f..7819cde6 100644 --- a/db/drop-all.sql +++ b/db/drop-all.sql @@ -1,6 +1,6 @@ -- Delete all tables and types -SET ROLE mo_submit; +SET ROLE mo_osmo; DO $$ DECLARE r RECORD; -- GitLab