summaryrefslogtreecommitdiffstats
path: root/lib/ASM/DB.pm
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-30 13:00:32 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-30 13:47:22 +0000
commit3012c7711d956750b4444280ce31aaa8570e7cce (patch)
treec94587a3f642fe95a4c73b91357697dbbdabd64a /lib/ASM/DB.pm
parentde9f3deabe35fcc0a09dd4c62b6c626ba4282447 (diff)
DB: add "users" table for webusers
For now, mere presence in the table means a given user is authorized to view stuff. We can make this more granular later on (important for T11).
Diffstat (limited to 'lib/ASM/DB.pm')
-rw-r--r--lib/ASM/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/DB.pm b/lib/ASM/DB.pm
index 768e6cb..84f323b 100644
--- a/lib/ASM/DB.pm
+++ b/lib/ASM/DB.pm
@@ -1,5 +1,5 @@
use utf8;
-package ASM::DB 1;
+package ASM::DB 2;
use strict;
use warnings;