[Bps-public-commit] App-Changeloggr branch, master, updated. d20434282c909c11a2204be4c66c95d56dbc331e
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 20 17:17:47 EDT 2009
The branch, master has been updated
via d20434282c909c11a2204be4c66c95d56dbc331e (commit)
from d540fe53132189e10f1faf4085ddec818a8dd6d7 (commit)
Summary of changes:
lib/App/Changeloggr/Model/Changelog.pm | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit d20434282c909c11a2204be4c66c95d56dbc331e
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed May 20 17:17:43 2009 -0400
Kill my owner_id
diff --git a/lib/App/Changeloggr/Model/Changelog.pm b/lib/App/Changeloggr/Model/Changelog.pm
index 9eebd85..0d5b0ea 100644
--- a/lib/App/Changeloggr/Model/Changelog.pm
+++ b/lib/App/Changeloggr/Model/Changelog.pm
@@ -41,11 +41,6 @@ use App::Changeloggr::Record schema {
default is 0,
label is 'Incremental tags?',
since '0.0.6';
-
- column owner_id =>
- refers_to App::Changeloggr::Model::User,
- default is defer { Jifty->web->current_user->user_object },
- since '0.0.13';
};
# has to go below schema
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list