diff options
Diffstat (limited to 'sql-files/upgrade_svn6868.sql')
-rw-r--r-- | sql-files/upgrade_svn6868.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql-files/upgrade_svn6868.sql b/sql-files/upgrade_svn6868.sql deleted file mode 100644 index 47f89b1a3..000000000 --- a/sql-files/upgrade_svn6868.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `loginlog` SET `ip` = inet_aton(`ip`); -ALTER TABLE `loginlog` CHANGE `ip` `ip` INT( 10 ) UNSIGNED ZEROFILL NOT NULL DEFAULT '0';
\ No newline at end of file |