summaryrefslogtreecommitdiff
path: root/lib/githubexplorer/Schema/Result/Profiles.pm
diff options
context:
space:
mode:
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' },