summaryrefslogtreecommitdiff
path: root/lib/githubexplorer/Schema/Result/Profiles.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-12 16:41:02 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-12 16:41:02 +0100
commitd2551c9cc2e637835876fec5e9cb58f9e9f2061c (patch)
tree3f1ab54705e1a21d3978cd0da73ed8c12137074f /lib/githubexplorer/Schema/Result/Profiles.pm
parentMerge branch 'master' of lj:github-explorer (diff)
downloadgithub-explorer-d2551c9cc2e637835876fec5e9cb58f9e9f2061c.tar.gz
wip
Diffstat (limited to 'lib/githubexplorer/Schema/Result/Profiles.pm')
-rw-r--r--lib/githubexplorer/Schema/Result/Profiles.pm2
1 files changed, 2 insertions, 0 deletions
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' },