Skip to content

Commit 7d7f5a6

Browse files
committed
Update db.sql
1 parent 1d9fd88 commit 7d7f5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/db.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ CREATE TABLE IF NOT EXISTS `mc_setting` (
193193
INSERT INTO `mc_setting` (`id_setting`, `name`, `value`, `type`, `label`, `category`) VALUES
194194
(NULL, 'theme', 'default', 'string', 'site theme', 'theme'),
195195
(NULL, 'analytics', NULL, 'string', 'google analytics', 'google'),
196-
(NULL, 'magix_version', '3.7.6', 'string', 'Version Magix CMS', 'release'),
196+
(NULL, 'magix_version', '3.7.7', 'string', 'Version Magix CMS', 'release'),
197197
(NULL, 'vat_rate', '21', 'float', 'VAT Rate', 'catalog'),
198198
(NULL, 'price_display', 'tinc', 'string', 'Price display with or without tax included', 'catalog'),
199199
(NULL, 'product_per_page', 12, 'int', 'Number of product per page in the pages of the catalog', 'catalog'),

0 commit comments

Comments
 (0)