From 60528c704e9acff79f6a0615a8621c12a7c0ebd7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 5 Sep 2006 14:29:51 +0000 Subject: - Fixed connect_until field being a smallint rather than int in the login table (upgrade with upgrade_svn8630.sql) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8630 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn8630.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn8630.sql (limited to 'sql-files/upgrade_svn8630.sql') diff --git a/sql-files/upgrade_svn8630.sql b/sql-files/upgrade_svn8630.sql new file mode 100644 index 000000000..a94dbf116 --- /dev/null +++ b/sql-files/upgrade_svn8630.sql @@ -0,0 +1 @@ +ALTER TABLE `login` MODIFY `connect_until` int(11) unsigned NOT NULL default '0'; -- cgit v1.2.3-60-g2f50