summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-28 15:33:51 +0200
committerSimon Rettberg2015-09-28 15:33:51 +0200
commit20c8e23783e65643dc0941c442cbbf887b434b99 (patch)
tree4ff82770dc51a77d80717086bcad2932e8ff7ade
parent[mountscript] Send more debug info on slxlog (diff)
downloadtmlite-bwlp-20c8e23783e65643dc0941c442cbbf887b434b99.tar.gz
tmlite-bwlp-20c8e23783e65643dc0941c442cbbf887b434b99.tar.xz
tmlite-bwlp-20c8e23783e65643dc0941c442cbbf887b434b99.zip
Remove commented out, malformed hack from dozmod-upgrade.sql
-rw-r--r--data/dozmod-upgrade.sql3
1 files changed, 0 insertions, 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)