diff options
Diffstat (limited to 'sql-files/upgrades/2019-10-12--14-21.sql')
-rw-r--r-- | sql-files/upgrades/2019-10-12--14-21.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2019-10-12--14-21.sql b/sql-files/upgrades/2019-10-12--14-21.sql index bd885a874..7da66e9b8 100644 --- a/sql-files/upgrades/2019-10-12--14-21.sql +++ b/sql-files/upgrades/2019-10-12--14-21.sql @@ -19,5 +19,5 @@ -- along with this program. If not, see <http://www.gnu.org/licenses/>. -ALTER TABLE `picklog` MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','K','Y','Z','W','Q','J','H','@','0','1','2', '3') NOT NULL DEFAULT 'P', +ALTER TABLE `picklog` MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','K','Y','Z','W','Q','J','H','@','0','1','2', '3') NOT NULL DEFAULT 'P'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1570870260); |