From d2551c9cc2e637835876fec5e9cb58f9e9f2061c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 12 Feb 2010 16:41:02 +0100 Subject: wip --- lib/githubexplorer/Schema/Result/Profiles.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/githubexplorer/Schema/Result/Profiles.pm') diff --git a/lib/githubexplorer/Schema/Result/Profiles.pm b/lib/githubexplorer/Schema/Result/Profiles.pm index e0349d7..b43211e 100644 --- a/lib/githubexplorer/Schema/Result/Profiles.pm +++ b/lib/githubexplorer/Schema/Result/Profiles.pm @@ -15,6 +15,8 @@ __PACKAGE__->add_columns( following_count => { data_type => 'int' }, gravatar_id => { data_type => 'varchar', is_nullable => 1 }, location => { data_type => 'varchar', is_nullable => 1 }, + country => { data_type => 'varchar', is_nullable => 1 }, + city => { data_type => 'varchar', is_nullable => 1 }, name => { data_type => 'varchar', is_nullable => 1 }, public_gist_count => { data_type => 'int' }, public_repo_count => { data_type => 'int' }, -- cgit v1.2.3