Skip to content

Commit 227f223

Browse files
committed
Merge pull request civicrm#268 from atif-shaikh/CRM-16217
CRM-16217
2 parents 4c44763 + 10dba2d commit 227f223

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/civicrm_group_roles/civicrm_group_roles.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function civicrm_group_roles_schema() {
5454
'fields' => array(
5555
'id' => array(
5656
'type' => 'serial',
57+
'not null' => TRUE,
5758
),
5859
'role_id' => array(
5960
'type' => 'int',

modules/civicrm_member_roles/civicrm_member_roles.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function civicrm_member_roles_schema() {
3030
'fields' => array(
3131
'rule_id' => array(
3232
'type' => 'serial',
33+
'not null' => TRUE,
3334
),
3435
'rid' => array(
3536
'type' => 'int',

0 commit comments

Comments
 (0)