diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-01 16:31:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-01 16:31:16 -0800 |
| commit | 7eb24ee8cb01b7bd7163d63edf9cf16ff8993112 (patch) | |
| tree | c73f229e4986f51a74caa4306620e208801bcf9b /lib/githubexplorer/Schema/Result/Profiles.pm | |
| parent | big import to not lose stuff (diff) | |
| download | github-explorer-7eb24ee8cb01b7bd7163d63edf9cf16ff8993112.tar.gz | |
no ideamaster
Diffstat (limited to 'lib/githubexplorer/Schema/Result/Profiles.pm')
| -rw-r--r-- | lib/githubexplorer/Schema/Result/Profiles.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/githubexplorer/Schema/Result/Profiles.pm b/lib/githubexplorer/Schema/Result/Profiles.pm index b43211e..df8f147 100644 --- a/lib/githubexplorer/Schema/Result/Profiles.pm +++ b/lib/githubexplorer/Schema/Result/Profiles.pm @@ -11,6 +11,7 @@ __PACKAGE__->add_columns( company => { data_type => 'varchar', is_nullable => 1 }, created_at => { data_type => 'timestamp' }, email => { data_type => 'varchar', is_nullable => 1 }, + main_language => { data_type => 'varchar', is_nullable => 1 }, followers_count => { data_type => 'int' }, following_count => { data_type => 'int' }, gravatar_id => { data_type => 'varchar', is_nullable => 1 }, |
