summary refs log tree commit diff
path: root/lib/githubexplorer/Schema
diff options
context:
space:
mode:
Diffstat (limited to 'lib/githubexplorer/Schema')
-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 641305f..2bd7136 100644
--- a/lib/githubexplorer/Schema/Result/Repositories.pm
+++ b/lib/githubexplorer/Schema/Result/Repositories.pm
@@ -12,6 +12,7 @@ __PACKAGE__->add_columns(
     url         => { data_type => 'varchar', is_nullable       => 1 },
     watchers    => { data_type => 'int' },
     forks       => { data_type => 'int' },
+    fork        => { data_type => 'bool' },
     id_profile  => { data_type => 'int',     is_foreign_key    => 1 },
 );