
- 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
6 lines
128 B
SQL
6 lines
128 B
SQL
START TRANSACTION;
|
|
|
|
ALTER TABLE `zenylog` MODIFY COLUMN `type` enum('M','T','V','S','N','A','E') NOT NULL default 'S';
|
|
|
|
COMMIT;
|