Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
fixed for issue #1 regarding the insert query
Browse files Browse the repository at this point in the history
  • Loading branch information
imknight committed Dec 19, 2011
1 parent f4c93b7 commit 655eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_access/install/group_access.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ CREATE TABLE `module_group_to_users` (
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

INSERT INTO `fuel_permissions` (`id`,`name`,`description`,`active`) VALUES
('','group_access','Manage Group Access','yes'),
('','group_access','Manage Group Access','yes')

0 comments on commit 655eced

Please sign in to comment.