diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-12 16:41:02 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-12 16:41:02 +0100 |
| commit | d2551c9cc2e637835876fec5e9cb58f9e9f2061c (patch) | |
| tree | 3f1ab54705e1a21d3978cd0da73ed8c12137074f /lib/githubexplorer/Schema/Result/Profiles.pm | |
| parent | Merge branch 'master' of lj:github-explorer (diff) | |
| download | github-explorer-d2551c9cc2e637835876fec5e9cb58f9e9f2061c.tar.gz | |
wip
Diffstat (limited to 'lib/githubexplorer/Schema/Result/Profiles.pm')
| -rw-r--r-- | lib/githubexplorer/Schema/Result/Profiles.pm | 2 |
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' }, |
