From ff4c178309e0e18939d4077283a689e356311ce8 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 17 Feb 2006 20:48:05 +0000 Subject: - Added an upgrade_svn file to fix the party sql table (it lacks the auto-increment property on the party_id column) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5311 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn5311.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn5311.sql (limited to 'sql-files/upgrade_svn5311.sql') diff --git a/sql-files/upgrade_svn5311.sql b/sql-files/upgrade_svn5311.sql new file mode 100644 index 000000000..e7b4db9a4 --- /dev/null +++ b/sql-files/upgrade_svn5311.sql @@ -0,0 +1 @@ +ALTER TABLE `party` MODIFY `party_id` int(11) unsigned NOT NULL auto_increment; -- cgit v1.2.3-70-g09d2