summaryrefslogtreecommitdiff
path: root/util/dump.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/dump.sql')
-rw-r--r--util/dump.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/dump.sql b/util/dump.sql
index afbbc622..f23d6d62 100644
--- a/util/dump.sql
+++ b/util/dump.sql
@@ -187,7 +187,8 @@ CREATE TABLE users (
c_votes integer NOT NULL DEFAULT 0,
c_changes integer NOT NULL DEFAULT 0,
skin varchar(128) NOT NULL DEFAULT '',
- customcss text NOT NULL DEFAULT ''
+ customcss text NOT NULL DEFAULT '',
+ ip inet NOT NULL DEFAULT '0.0.0.0'
);
-- vn