[Rt-commit] r17801 - in rt/3.999/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat Jan 17 06:01:43 EST 2009
Author: sunnavy
Date: Sat Jan 17 06:01:43 2009
New Revision: 17801
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/sbin/rt-migrate-db-from-3.8
Log:
r18864 at sunnavys-mb: sunnavy | 2009-01-17 18:59:50 +0800
tiny fix
Modified: rt/3.999/trunk/sbin/rt-migrate-db-from-3.8
==============================================================================
--- rt/3.999/trunk/sbin/rt-migrate-db-from-3.8 (original)
+++ rt/3.999/trunk/sbin/rt-migrate-db-from-3.8 Sat Jan 17 06:01:43 2009
@@ -135,7 +135,7 @@
# Queue.status_schema: 'default' # this is done automatically by rt4
}
-print "updating attributes db\n";
+print "updating table Attributes\n";
# need to add a row for the default status schema in Attributes and update
# part columns of that table
use RT::Model::AttributeCollection;
@@ -166,7 +166,6 @@
$attr->set_content($content);
}
-print "updating table Attributes\n";
# add default status schema
use RT::Model::Attribute;
my $attribute = RT::Model::Attribute->new( current_user => RT->system_user );
More information about the Rt-commit
mailing list