aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-27 16:32:34 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-27 16:32:34 +0100
commita4405fe76ab6a86fe1dd1a8ffe02c21abe91a1e4 (patch)
treedee97b413d5ea23a3f08c359cdd1c79061ad2d5b /db/schema.sql
parent8b4aa43fc9fe027fd4e418cc2cd49924fd3ddfa3 (diff)
allow user changes to be logged
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 22269e98d..bf019c7ec 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -395,6 +395,7 @@ create table admin_log (
object_type text not null check (
object_type = 'problem'
or object_type = 'update'
+ or object_type = 'user'
),
object_id integer not null,
action text not null check (