From 7eb24ee8cb01b7bd7163d63edf9cf16ff8993112 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 1 Jan 2014 16:31:16 -0800 Subject: no idea --- lib/githubexplorer/Schema/Result/Profiles.pm | 1 + lib/githubexplorer/Schema/Result/Repositories.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/githubexplorer/Schema') 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 }, diff --git a/lib/githubexplorer/Schema/Result/Repositories.pm b/lib/githubexplorer/Schema/Result/Repositories.pm index 58c0e51..ab82fef 100644 --- a/lib/githubexplorer/Schema/Result/Repositories.pm +++ b/lib/githubexplorer/Schema/Result/Repositories.pm @@ -10,6 +10,7 @@ __PACKAGE__->add_columns( name => { data_type => 'varchar' }, homepage => { data_type => 'varchar', is_nullable => 1 }, url => { data_type => 'varchar', is_nullable => 1 }, + main_language => { data_type => 'varchar', is_nullable => 1 }, watchers => { data_type => 'int' }, forks => { data_type => 'int' }, fork => { data_type => 'bool' }, -- cgit 1.4.1