Skip to content

Commit

Permalink
Update mysql.initial.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
texxasrulez authored Aug 4, 2020
1 parent aa88ab6 commit 1d1a40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/mysql.initial.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ CREATE TABLE IF NOT EXISTS `cache_tables` (
PRIMARY KEY (`id`)
) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci AUTO_INCREMENT=1 */;

REPLACE INTO `system` (`name`, `value`) VALUES ('additional_imap-version', '2020080200');
REPLACE INTO `system` (`name`, `value`) VALUES ('additional_imap-version', '2020080500');

0 comments on commit 1d1a40e

Please sign in to comment.