diff options
Diffstat (limited to 'sql-files/upgrade_svn15420_log.sql')
-rw-r--r-- | sql-files/upgrade_svn15420_log.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn15420_log.sql b/sql-files/upgrade_svn15420_log.sql index 5e6e3c9e9..580dce9a2 100644 --- a/sql-files/upgrade_svn15420_log.sql +++ b/sql-files/upgrade_svn15420_log.sql @@ -1,3 +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';
\ No newline at end of file +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'; |