summaryrefslogtreecommitdiff
path: root/lib/githubexplorer/Schema/Result/Repositories.pm
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-01 16:31:16 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-01 16:31:16 -0800
commit7eb24ee8cb01b7bd7163d63edf9cf16ff8993112 (patch)
treec73f229e4986f51a74caa4306620e208801bcf9b /lib/githubexplorer/Schema/Result/Repositories.pm
parentbig import to not lose stuff (diff)
downloadgithub-explorer-7eb24ee8cb01b7bd7163d63edf9cf16ff8993112.tar.gz
no ideamaster
Diffstat (limited to 'lib/githubexplorer/Schema/Result/Repositories.pm')
-rw-r--r--lib/githubexplorer/Schema/Result/Repositories.pm1
1 files changed, 1 insertions, 0 deletions
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' },