summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index f3d5d02..ca86e67 100644
--- a/schema.sql
+++ b/schema.sql
@@ -91,7 +91,7 @@ create view user_login_view as
drop view if exists user_profile_view;
create view user_profile_view as
select
- user_id, name, mail, notify, ctime, atime, about
+ user_id, name, mail, notify, ctime, atime, about, is_banned
from
users
natural left join user_last_seen