Skip to content

Commit

Permalink
The changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Apr 11, 2018
1 parent ee5c2e2 commit 478cf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mysql/install/Install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ CREATE TABLE userprofile_usrprf (
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_unicode_ci;

INSERT INTO `userprofile_usrprf` (`usrprf_id`, `usrprf_name`, `usrprf_global`, `usrprf_permissions`, `usrprf_value`) VALUES
(1, 'User Min', 'AddRecords:0;EditRecords:0;DeleteRecords:0;ShowCart:0;ShowMap:0;MenuOptions:0;ManageGroups:0;Finance:0;Notes:1;EditSelf:0;Canvasser:0;Admin:0;Style:skin-blue-light', 'bEmailMailto:FALSE;sMailtoDelimiter:FALSE;bCreateDirectory:FALSE;bExportCSV:FALSE;bUSAddressVerification:FALSE;bShowTooltip:TRUE;bAddEvent:FALSE;bSeePrivacyData:FALSE', 'bEmailMailto:;sMailtoDelimiter:,;bCreateDirectory:;bExportCSV:;bUSAddressVerification:;bShowTooltip:1;bAddEvent:;bSeePrivacyData:'),
(1, 'User Min', 'AddRecords:0;EditRecords:0;DeleteRecords:0;ShowCart:0;ShowMap:0;MenuOptions:0;ManageGroups:0;Finance:0;Notes:0;EditSelf:1;Canvasser:0;Admin:0;Style:skin-blue-light', 'bEmailMailto:FALSE;sMailtoDelimiter:FALSE;bCreateDirectory:FALSE;bExportCSV:FALSE;bUSAddressVerification:FALSE;bShowTooltip:TRUE;bAddEvent:FALSE;bSeePrivacyData:FALSE', 'bEmailMailto:;sMailtoDelimiter:,;bCreateDirectory:;bExportCSV:;bUSAddressVerification:;bShowTooltip:1;bAddEvent:;bSeePrivacyData:'),
(2, 'Admin', 'AddRecords:1;EditRecords:1;DeleteRecords:1;ShowCart:1;ShowMap:1;MenuOptions:1;ManageGroups:1;Finance:1;Notes:1;EditSelf:1;Canvasser:1;Admin:1;Style:skin-red-light', 'bEmailMailto:TRUE;sMailtoDelimiter:TRUE;bCreateDirectory:TRUE;bExportCSV:TRUE;bUSAddressVerification:TRUE;bShowTooltip:TRUE;bAddEvent:TRUE;bSeePrivacyData:TRUE', 'bEmailMailto:1;sMailtoDelimiter:,;bCreateDirectory:1;bExportCSV:1;bUSAddressVerification:1;bShowTooltip:1;bAddEvent:1;bSeePrivacyData:1');

update version_ver set ver_update_end = now();

0 comments on commit 478cf53

Please sign in to comment.