diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 03:44:35 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 03:44:35 +0000 |
commit | 9b18469c6c904003bc2c31dff333538ba59577cc (patch) | |
tree | 142ee7b1dec969b025b43519642e3192f563f685 /sql-files/upgrade_svn15003.sql | |
parent | 4c9994514b1a560ea94c8210685aced085f85e82 (diff) | |
download | hercules-9b18469c6c904003bc2c31dff333538ba59577cc.tar.gz hercules-9b18469c6c904003bc2c31dff333538ba59577cc.tar.bz2 hercules-9b18469c6c904003bc2c31dff333538ba59577cc.tar.xz hercules-9b18469c6c904003bc2c31dff333538ba59577cc.zip |
- Added a blank line at EOF to make SVN and some compilers happy. (bugreport:5107)
- Removed trailing tabs in /doc/script_commands.txt
- Set svn:eol-style=native for some recently added text files (follow up to r15009).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15043 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrade_svn15003.sql')
-rw-r--r-- | sql-files/upgrade_svn15003.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn15003.sql b/sql-files/upgrade_svn15003.sql index 28b4f451e..e30a3b0fd 100644 --- a/sql-files/upgrade_svn15003.sql +++ b/sql-files/upgrade_svn15003.sql @@ -1 +1 @@ -ALTER TABLE `global_reg_value` MODIFY `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '3';
+ALTER TABLE `global_reg_value` MODIFY `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '3'; |