Ver Fonte

- Follow up to r15084.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15841 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau há 13 anos atrás
pai
commit
7629e2a292
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      sql-files/upgrade_svn15818_log.sql

+ 1 - 1
sql-files/upgrade_svn15818_log.sql

@@ -1,3 +1,3 @@
--- Adds 'I' to `type` in `picklog` and `zenylog`
+-- Adds 'I' to `type` in `zenylog`
 
 ALTER TABLE `zenylog` MODIFY `type` ENUM('M','T','V','S','N','A','E','B','I') NOT NULL DEFAULT 'S';