diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-30 08:26:18 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-30 08:26:18 +0000 |
commit | c0d443540c3b85a9062fbbaa619dd14c6611ee80 (patch) | |
tree | 10b929e6540d9b99aa467a445fae1b15e1ea9898 /sql-files/upgrades/upgrade_svn16823.sql | |
parent | 00d7fd3ac77e267176c783d378556d352e946558 (diff) | |
download | hercules-c0d443540c3b85a9062fbbaa619dd14c6611ee80.tar.gz hercules-c0d443540c3b85a9062fbbaa619dd14c6611ee80.tar.bz2 hercules-c0d443540c3b85a9062fbbaa619dd14c6611ee80.tar.xz hercules-c0d443540c3b85a9062fbbaa619dd14c6611ee80.zip |
- Added svn:eol-style=native property.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16844 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrades/upgrade_svn16823.sql')
-rw-r--r-- | sql-files/upgrades/upgrade_svn16823.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-files/upgrades/upgrade_svn16823.sql b/sql-files/upgrades/upgrade_svn16823.sql index 0d696e316..f4b211912 100644 --- a/sql-files/upgrades/upgrade_svn16823.sql +++ b/sql-files/upgrades/upgrade_svn16823.sql @@ -1,2 +1,2 @@ -ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
-ALTER TABLE `item_db` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
\ No newline at end of file +ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL; +ALTER TABLE `item_db` MODIFY `defence` SMALLINT(5) DEFAULT NULL; |