diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-09 01:37:03 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-09 01:43:37 +0100 |
commit | 8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d (patch) | |
tree | 40572d50c23bec38f880f35b52d5919418d67f61 /schema | |
parent | b7b586a8c405e6e5967c5febcab67caab581ca0c (diff) | |
download | aur-8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d.tar.gz aur-8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d.tar.xz |
Remove LastVoted column
This has been introduced by commit aae43d9 (started working on package
comments, 2005-03-05) but it seems to be of no practical use. Remove the
field to save some space.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/aur-schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/aur-schema.sql b/schema/aur-schema.sql index c01701c8..86f75633 100644 --- a/schema/aur-schema.sql +++ b/schema/aur-schema.sql @@ -32,7 +32,6 @@ CREATE TABLE Users ( LangPreference VARCHAR(5) NOT NULL DEFAULT 'en', IRCNick VARCHAR(32) NOT NULL DEFAULT '', PGPKey VARCHAR(40) NULL DEFAULT NULL, - LastVoted BIGINT UNSIGNED NOT NULL DEFAULT 0, LastLogin BIGINT UNSIGNED NOT NULL DEFAULT 0, LastLoginIPAddress INTEGER UNSIGNED NOT NULL DEFAULT 0, InactivityTS BIGINT UNSIGNED NOT NULL DEFAULT 0, |