Skip to content

Commit

Permalink
Changing name of access group.
Browse files Browse the repository at this point in the history
  • Loading branch information
denny committed Dec 15, 2011
1 parent f0ed4dd commit 09fb2e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/database/insert-access-data
Expand Up @@ -29,7 +29,7 @@ my $schema = ShinyCMS::Schema->connect(

# Create an access type
my $access1 = $schema->resultset( 'Access' )->create({
access => 'Members Only'
access => 'Member'
});


Expand Down

0 comments on commit 09fb2e4

Please sign in to comment.