From 20c8e23783e65643dc0941c442cbbf887b434b99 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 28 Sep 2015 15:33:51 +0200 Subject: Remove commented out, malformed hack from dozmod-upgrade.sql --- data/dozmod-upgrade.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/dozmod-upgrade.sql b/data/dozmod-upgrade.sql index 3636d72..4307543 100644 --- a/data/dozmod-upgrade.sql +++ b/data/dozmod-upgrade.sql @@ -13,9 +13,6 @@ INSERT INTO sat.user (userid, firstname, lastname, email, organizationid, canlog SELECT bw.userID, bw.Vorname, bw.Nachname, bw.mail, 'hs-offenburg.de', 1 FROM bwLehrpool.m_user AS bw; --- Make myself a superuser, so I can edit every image/lecture ---UPDATE sat.user SET issuperuser=1 WHERE email='steffen.ritter@hs-offenburg.de'; - -- Insert dummy account to which we link all images/lectures without existing real user. -- A SuperAdmin can later change the permissions accordingly or delete the images/lectures INSERT INTO sat.user (userid, firstname, lastname, email, organizationid, canlogin) -- cgit v1.2.3-55-g7522