rathena/sql-files/upgrade_svn12581.sql
brianluau 9cc789d234 - Added svn:eol-style native for some conf/css/html/pl/sql/txt files.
- Added svn:executable property for several batch/shell scripts.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-27 16:56:26 +00:00

3 lines
169 B
SQL

ALTER TABLE `quest_objective` ADD COLUMN `char_id` INTEGER UNSIGNED NOT NULL AFTER `num`,
DROP PRIMARY KEY,
ADD PRIMARY KEY USING BTREE(`quest_id`, `num`, `char_id`);