]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BinAssociation.pm
handle affects properly and upgrade schema
[debbugs.git] / Debbugs / DB / Result / BinAssociation.pm
index 7f32065d773a96a8bd363fc7f4b239d7e0e8a87e..02d923ef14041eb41455f85400e356b6b5521120 100644 (file)
@@ -21,11 +21,13 @@ use base 'DBIx::Class::Core';
 
 =item * L<DBIx::Class::InflateColumn::DateTime>
 
+=item * L<DBIx::Class::TimeStamp>
+
 =back
 
 =cut
 
-__PACKAGE__->load_components("InflateColumn::DateTime");
+__PACKAGE__->load_components("InflateColumn::DateTime", "TimeStamp");
 
 =head1 TABLE: C<bin_associations>
 
@@ -153,8 +155,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:23:58
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zEtAfQAP6UdXRqAF3PaBGA
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-11-30 21:56:51
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T7Jms1yHoqpzOdL4mnmBOA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration