Skip to content

Commit

Permalink
Remove run_migrations step
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Apr 2, 2012
1 parent 3e94619 commit 2d0db1b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions inc/VegGuide/Build.pm
Expand Up @@ -145,7 +145,6 @@ sub _install_extra {
$self->dispatch('copy_alzabo_schema');
$self->dispatch('sync_db');
$self->dispatch('generate_secrets');
$self->dispatch('run_migrations');
$self->dispatch('manual_reminder');
}

Expand Down Expand Up @@ -512,17 +511,6 @@ sub _generate_mac_secret {
return $secret;
}

sub ACTION_run_migrations {
my $self = shift;

return if $FAKE;

mkpath( '/etc/vegguide', 1, 0755 )
unless $FAKE;

$self->do_system( $^X, qw( script/vegguide_run_migrations.pl ) );
}

sub ACTION_manual_reminder {
my $self = shift;

Expand Down

0 comments on commit 2d0db1b

Please sign in to comment.