- Added svn:eol-style=native property on some recently added text files.
- Renamed upgrade_svn16517.sql to the correct SVN revision it was added in (r16518). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16614 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
2c36c19978
commit
eccf002de1
@ -1 +0,0 @@
|
|||||||
ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`;
|
|
1
sql-files/upgrade_svn16518.sql
Normal file
1
sql-files/upgrade_svn16518.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`;
|
Loading…
x
Reference in New Issue
Block a user