[Rt-commit] rt branch, 4.4/drop-unused-columns, updated. rt-4.2.0-37-g614d331

Shawn Moore shawn at bestpractical.com
Fri May 15 18:12:33 EDT 2015


The branch, 4.4/drop-unused-columns has been updated
       via  614d3314616e4c939ef5df108187943bbd0a77e0 (commit)
      from  835e1d8b521f13404e28383b70fb73780203fc14 (commit)

Summary of changes:
 etc/upgrade/4.3.0/begin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 614d3314616e4c939ef5df108187943bbd0a77e0
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Fri May 15 22:11:59 2015 +0000

    Unexpected ticket values are non-zero, not non-empty

diff --git a/etc/upgrade/4.3.0/begin b/etc/upgrade/4.3.0/begin
index c55b278..060dba8 100644
--- a/etc/upgrade/4.3.0/begin
+++ b/etc/upgrade/4.3.0/begin
@@ -22,7 +22,7 @@ our @Initial = (
             );
 
             if ($tickets->Count) {
-                die "You have " . $tickets->Count . " ticket(s) with a non-empty value for column '$column'. Core RT does not use this column, so perhaps an extension or local modification makes use of it. Please migrate these ticket values to a custom field or an attribute.";
+                die "You have " . $tickets->Count . " ticket(s) with a non-zero value for column '$column'. Core RT does not use this column, so perhaps an extension or local modification makes use of it. Please migrate these ticket values to a custom field or an attribute.";
             }
         }
 

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


More information about the rt-commit mailing list