diff options
Diffstat (limited to 'sql-files/upgrade_svn12561.sql')
-rw-r--r-- | sql-files/upgrade_svn12561.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql-files/upgrade_svn12561.sql b/sql-files/upgrade_svn12561.sql deleted file mode 100644 index 7d9b0f592..000000000 --- a/sql-files/upgrade_svn12561.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE `login` CHANGE `expiration_time` `connect_until` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; -ALTER TABLE `login` CHANGE `unban_time` `ban_until` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; |