[Bps-public-commit] App-Changeloggr branch, master, updated. 02ce3869283ff0138c941dcee2b11f45e2b13077
sartak at bestpractical.com
sartak at bestpractical.com
Fri Feb 27 21:43:49 EST 2009
The branch, master has been updated
via 02ce3869283ff0138c941dcee2b11f45e2b13077 (commit)
from 8701627ce526dba410d9d9cdbf101daca3658919 (commit)
Summary of changes:
lib/App/Changeloggr/Model/Change.pm | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 02ce3869283ff0138c941dcee2b11f45e2b13077
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri Feb 27 21:43:35 2009 -0500
More Change columns
diff --git a/lib/App/Changeloggr/Model/Change.pm b/lib/App/Changeloggr/Model/Change.pm
index 075bc35..ddbed80 100644
--- a/lib/App/Changeloggr/Model/Change.pm
+++ b/lib/App/Changeloggr/Model/Change.pm
@@ -8,11 +8,19 @@ use App::Changeloggr::Record schema {
column changelog =>
refers_to App::Changeloggr::Model::Changelog;
+ column identifier =>
+ type is 'text',
+ label is 'Identifier';
+
column author =>
type is 'text',
label is 'Author';
- column body =>
+ column date =>
+ type is 'text',
+ label is 'Date';
+
+ column message =>
type is 'text',
label is 'Body';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list