summaryrefslogtreecommitdiffstats
path: root/schema
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-03-13 13:17:15 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2016-03-13 13:17:15 +0100
commit3ec3dfb6aa7464a9220a75592d6246ac931c0ff1 (patch)
treebef4d6dab9f6f45ba287ac784b1d0bfa8ff94739 /schema
parent2dfa72131bfbc96584b78b597f86471874108a89 (diff)
parent32c8d0c3f837950518f886ed9baef00e98740049 (diff)
downloadaur-3ec3dfb6aa7464a9220a75592d6246ac931c0ff1.tar.gz
aur-3ec3dfb6aa7464a9220a75592d6246ac931c0ff1.tar.xz
Merge branch 'maint'
Diffstat (limited to 'schema')
-rw-r--r--schema/aur-schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/aur-schema.sql b/schema/aur-schema.sql
index 1a141c14..aa5ed9da 100644
--- a/schema/aur-schema.sql
+++ b/schema/aur-schema.sql
@@ -35,7 +35,7 @@ CREATE TABLE Users (
IRCNick VARCHAR(32) NOT NULL DEFAULT '',
PGPKey VARCHAR(40) NULL DEFAULT NULL,
LastLogin BIGINT UNSIGNED NOT NULL DEFAULT 0,
- LastLoginIPAddress INTEGER UNSIGNED NOT NULL DEFAULT 0,
+ LastLoginIPAddress VARCHAR(40) NULL DEFAULT NULL,
InactivityTS BIGINT UNSIGNED NOT NULL DEFAULT 0,
RegistrationTS TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
CommentNotify TINYINT(1) NOT NULL DEFAULT 1,