Installer updates need synced to master (#168)
Jeremy D

Jeremy D commited on 2023-01-15 13:31:40
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -551,7 +551,7 @@ function sd_get_install_tables()
551 551
 		),
552 552
 		'indexes' => array(
553 553
 			array(
554
-				'columns' => array('id_role', 'permission'),
554
+				'columns' => array('id_role', 'permission(40)'),
555 555
 				'type' => 'primary',
556 556
 			),
557 557
 		),
... ...
@@ -568,7 +568,7 @@ function sd_get_install_tables()
568 568
 		),
569 569
 		'indexes' => array(
570 570
 			array(
571
-				'columns' => array('id_member', 'variable'),
571
+				'columns' => array('id_member', 'variable(30)'),
572 572
 				'type' => 'primary',
573 573
 			),
574 574
 		),
575 575