From 3da8a2f300757f48bb4ffa35a409eafbcf9dfa49 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 30 Jan 2010 15:09:58 +0100 Subject: don't make a call for each repo, don't ask for lang, add fork to repo schema --- lib/githubexplorer/Schema/Result/Repositories.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/githubexplorer/Schema') diff --git a/lib/githubexplorer/Schema/Result/Repositories.pm b/lib/githubexplorer/Schema/Result/Repositories.pm index 641305f..2bd7136 100644 --- a/lib/githubexplorer/Schema/Result/Repositories.pm +++ b/lib/githubexplorer/Schema/Result/Repositories.pm @@ -12,6 +12,7 @@ __PACKAGE__->add_columns( url => { data_type => 'varchar', is_nullable => 1 }, watchers => { data_type => 'int' }, forks => { data_type => 'int' }, + fork => { data_type => 'bool' }, id_profile => { data_type => 'int', is_foreign_key => 1 }, ); -- cgit v1.2.3