]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BinaryVersion.pm
get rid of _id in database
[debbugs.git] / Debbugs / DB / Result / BinaryVersion.pm
index 14814d67e5f1a6da7140afc12d6e7a741d5009c1..a959c82630d0d2b903d06a9a97d022830645471e 100644 (file)
@@ -60,6 +60,16 @@ __PACKAGE__->table("binary_versions");
   data_type: 'debversion'
   is_nullable: 1
 
+=head2 src_ver_based_on
+
+  data_type: 'debversion'
+  is_nullable: 1
+
+=head2 src_pkg_based_on
+
+  data_type: 'text'
+  is_nullable: 1
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -73,11 +83,15 @@ __PACKAGE__->add_columns(
   { data_type => "text", is_nullable => 1 },
   "bin_ver",
   { data_type => "debversion", is_nullable => 1 },
+  "src_ver_based_on",
+  { data_type => "debversion", is_nullable => 1 },
+  "src_pkg_based_on",
+  { data_type => "text", is_nullable => 1 },
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-23 23:44:18
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:04R2st85wn634BqbBU2/qQ
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-03-27 18:54:20
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PiJglTBqLYRIi63gvGWIDQ
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration