Skip to content

Commit 3e7b445

Browse files
authored
Installer updates need synced to master (#168)
1 parent fd079b6 commit 3e7b445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-sd.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ function sd_get_install_tables()
551551
),
552552
'indexes' => array(
553553
array(
554-
'columns' => array('id_role', 'permission'),
554+
'columns' => array('id_role', 'permission(40)'),
555555
'type' => 'primary',
556556
),
557557
),
@@ -568,7 +568,7 @@ function sd_get_install_tables()
568568
),
569569
'indexes' => array(
570570
array(
571-
'columns' => array('id_member', 'variable'),
571+
'columns' => array('id_member', 'variable(30)'),
572572
'type' => 'primary',
573573
),
574574
),

0 commit comments

Comments
 (0)