summaryrefslogblamecommitdiff
path: root/sql-files/upgrade_svn15519_log.sql
blob: 623b022b8718b64ed31ff3f86c4ee734ecb27e1b (plain) (tree)
1
2
3


                                                                                                                                       
-- 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';