Skip to content

Commit

Permalink
Re run regen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jul 13, 2016
1 parent 77832a4 commit a6aca73
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/sql/4.7.10.mysql.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ALTER TABLE civicrm_option_group
ADD `data_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Data Type of Option Group.';
UPDATE civicrm_option_group SET `data_type` = 'Integer'
WHERE name in ('activity_type', 'gender', 'payment_instrument', 'participant_role', 'event_type',
'activity_status',);
'activity_status');
72 changes: 36 additions & 36 deletions sql/civicrm_generated.mysql

Large diffs are not rendered by default.

0 comments on commit a6aca73

Please sign in to comment.