]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/Arch.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / Arch.pm
index bc50ae405f869623a2ecaf8295872ed4f4ff5cba..c83919df6bd81f6abd31148f8a10519279ea0ce0 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::Arch;
 
 =head1 NAME
 
-Debbugs::DB::Result::Arch
+Debbugs::DB::Result::Arch - Architectures
 
 =cut
 
@@ -42,11 +42,15 @@ __PACKAGE__->table("arch");
   is_nullable: 0
   sequence: 'arch_id_seq'
 
+Architecture id
+
 =head2 arch
 
   data_type: 'text'
   is_nullable: 0
 
+Architecture name
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -105,8 +109,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-23 17:41:43
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kL57i2SauNRCt/bK6ACRKg
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uGFK5fZtpICxsMMtGzTgww
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration