From 35132ef3567b569aeb9bc0355983600bbb4e08a6 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 31 Jan 2010 21:41:05 +0100 Subject: don't check follow(ers|ing) more than once --- lib/githubexplorer/Schema/Result/Profiles.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/githubexplorer/Schema') diff --git a/lib/githubexplorer/Schema/Result/Profiles.pm b/lib/githubexplorer/Schema/Result/Profiles.pm index 376103d..e0349d7 100644 --- a/lib/githubexplorer/Schema/Result/Profiles.pm +++ b/lib/githubexplorer/Schema/Result/Profiles.pm @@ -18,7 +18,8 @@ __PACKAGE__->add_columns( name => { data_type => 'varchar', is_nullable => 1 }, public_gist_count => { data_type => 'int' }, public_repo_count => { data_type => 'int' }, - depth => { data_type => 'boolean' }, + depth => { data_type => 'int' }, + done => { data_type => 'boolean', default_value => 0 }, perl_total_bytes => { data_type => 'int', is_nullable => 1, default_value => 0 }, ); -- cgit v1.2.3