diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-06-24 20:15:59 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-06-24 20:15:59 +0200 |
commit | d1bcaf36eef263f8dea7f432f61a24cdff6ffdd5 (patch) | |
tree | 8dba5d20f2d37952ab174ebcad2db711f4ff3d0d | |
parent | 6bd0ef737eef7ce5824ef13aed7103ae4d49a0fa (diff) |
Update 2014_06_23_00_action_ip_logger.sql
-rw-r--r-- | sql/updates/auth/2014_06_23_00_action_ip_logger.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/auth/2014_06_23_00_action_ip_logger.sql b/sql/updates/auth/2014_06_23_00_action_ip_logger.sql index f5603738f54..375b97d35fc 100644 --- a/sql/updates/auth/2014_06_23_00_action_ip_logger.sql +++ b/sql/updates/auth/2014_06_23_00_action_ip_logger.sql @@ -1,5 +1,4 @@ -ALTER TABLE `account` - ADD COLUMN `last_attempt_ip` VARCHAR(15) NOT NULL DEFAULT '127.0.0.1' AFTER `last_ip`; +ALTER TABLE `account` ADD COLUMN `last_attempt_ip` VARCHAR(15) NOT NULL DEFAULT '127.0.0.1' AFTER `last_ip`; CREATE TABLE `logs_ip_actions` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Unique Identifier', |