summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-11 23:02:56 +0100
committerYorhel <git@yorhel.nl>2008-11-11 23:02:56 +0100
commitbc369d000b6a4f005cd54f78fd240dc704a5a614 (patch)
treedacdaac118c7bdd381602185b19f33a02250a136 /data
parent6c64733d77cc42d0a53e57ac2b169d43cde83acf (diff)
Removed users.flags and used two boolean columns instead
I wasn't planning on really touching the database in the rewrite, but oh well, I've always wanted to do this, anyway.
Diffstat (limited to 'data')
-rw-r--r--data/global.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/global.pl b/data/global.pl
index 426caa67..0c520717 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -27,10 +27,6 @@ our %S = (
[qw| mod hist board boardmod edit mod lock del |], # 3
[qw| admin hist board boardmod edit mod lock del usermod |], # 4
],
- user_flags => {
- list => 4,
- nsfw => 8
- },
);