[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 25e2a78984bf2ba2a530987400dc9df0e4541cbe

Shawn Moore sartak at bestpractical.com
Mon Feb 7 17:17:31 EST 2011


The branch, master has been updated
       via  25e2a78984bf2ba2a530987400dc9df0e4541cbe (commit)
      from  941daee1c3aa6c87168aff7fddd836a97531d95a (commit)

Summary of changes:
 .../Plugin/RecordHistory/Model/Transaction.pm      |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 25e2a78984bf2ba2a530987400dc9df0e4541cbe
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Feb 7 17:17:20 2011 -0500

    Add record_class column to Transaction

diff --git a/lib/Jifty/Plugin/RecordHistory/Model/Transaction.pm b/lib/Jifty/Plugin/RecordHistory/Model/Transaction.pm
index 920cdc4..ebce6d8 100644
--- a/lib/Jifty/Plugin/RecordHistory/Model/Transaction.pm
+++ b/lib/Jifty/Plugin/RecordHistory/Model/Transaction.pm
@@ -4,6 +4,11 @@ use strict;
 
 use Jifty::DBI::Schema;
 use Jifty::Record schema {
+    column record_class =>
+        type is 'varchar',
+        is mandatory,
+        is immutable;
+
     column record_id =>
         type is 'integer',
         is mandatory,

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list