From e3014f7b20b5df2843e3448c5327dda2641ddbdc Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 6 Sep 2012 19:58:51 +0000 Subject: sql-files folder redesign as discussed with other developers, all upgrade files prior to rathena were removed (if you need them you can use the trac or download a earlier version of the folder). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16750 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrades/upgrade_svn15420_log.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql-files/upgrades/upgrade_svn15420_log.sql (limited to 'sql-files/upgrades/upgrade_svn15420_log.sql') diff --git a/sql-files/upgrades/upgrade_svn15420_log.sql b/sql-files/upgrades/upgrade_svn15420_log.sql new file mode 100644 index 000000000..580dce9a2 --- /dev/null +++ b/sql-files/upgrades/upgrade_svn15420_log.sql @@ -0,0 +1,3 @@ +-- Adds 'I' and 'X' to `type` in `picklog` table + +ALTER TABLE `picklog` MODIFY `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X') NOT NULL DEFAULT 'P'; -- cgit v1.2.3-70-g09d2