diff options
Diffstat (limited to 'sql-files/upgrades/upgrade_svn15519_log.sql')
-rw-r--r-- | sql-files/upgrades/upgrade_svn15519_log.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql-files/upgrades/upgrade_svn15519_log.sql b/sql-files/upgrades/upgrade_svn15519_log.sql deleted file mode 100644 index 623b022b8..000000000 --- a/sql-files/upgrades/upgrade_svn15519_log.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Adds 'D' and 'U' 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','D','U') NOT NULL DEFAULT 'P'; |