aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Fripost/Schema/Result/Mailbox.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fripost/Schema/Result/Mailbox.pm')
-rw-r--r--lib/Fripost/Schema/Result/Mailbox.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fripost/Schema/Result/Mailbox.pm b/lib/Fripost/Schema/Result/Mailbox.pm
index 0932d5c..f12e1f7 100644
--- a/lib/Fripost/Schema/Result/Mailbox.pm
+++ b/lib/Fripost/Schema/Result/Mailbox.pm
@@ -16,7 +16,7 @@ use base qw/DBIx::Class::Core/;
# | maildir | varchar(255) | NO | | | |
# | domain | varchar(255) | NO | | | |
# | create_date | datetime | NO | | 0000-00-00 00:00:00 | |
-# | change_date | datetime | NO | | 0000-00-00 00:00:00 | |
+# | change_date | timestamp | NO | | CURRENT_TIMESTAMP | |
# | active | tinyint(4) | NO | | 1 | |
# +-------------+--------------+------+-----+---------------------+-------+
# 8 rows in set (0.00 sec)
@@ -42,7 +42,7 @@ Stefan Kangas C<< <skangas at skangas.se> >>
=head1 COPYRIGHT
-Copyright 2010 Stefan Kangas, all rights reserved.
+Copyright 2010,2011 Stefan Kangas, all rights reserved.
=head1 LICENSE