diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-31 21:49:48 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-31 21:49:48 +0000 |
commit | ddc75a03c7c7b00f839a862de9c265543d414829 (patch) | |
tree | c6777d015f321a4584a90e3fabd1d64a70f8a0f0 /sql-files | |
parent | 6ecdfa051ab4adbf84938b18f44c5f12f05dbe3a (diff) | |
download | hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.gz hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.bz2 hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.xz hercules-ddc75a03c7c7b00f839a862de9c265543d414829.zip |
- Standardized headers of /doc files.
- Added svn:eol-style=native property on some recently added text files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrade_svn16663.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn16663.sql b/sql-files/upgrade_svn16663.sql index c9ee8cd28..8883a108b 100644 --- a/sql-files/upgrade_svn16663.sql +++ b/sql-files/upgrade_svn16663.sql @@ -1 +1 @@ -ALTER TABLE `homunculus` ADD `prev_class` MEDIUMINT( 9 ) NOT NULL AFTER `class`
\ No newline at end of file +ALTER TABLE `homunculus` ADD `prev_class` MEDIUMINT( 9 ) NOT NULL AFTER `class` |