[Jifty-commit] jifty branch, master, updated. e741bf0e011349bc0fc0e94c91c89564d60b4695

Jifty commits jifty-commit at lists.jifty.org
Mon Jan 11 20:26:07 EST 2010


The branch, master has been updated
       via  e741bf0e011349bc0fc0e94c91c89564d60b4695 (commit)
      from  28de6b26d9ec1fa280985cd549bb387b8128fcfc (commit)

Summary of changes:
 lib/Jifty/Script/Schema.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit e741bf0e011349bc0fc0e94c91c89564d60b4695
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Jan 11 20:14:58 2010 -0500

    Make the jifty schema message mention "database"
    
        I could easily see users being confused by "RT version 0.0.1 up to date."

diff --git a/lib/Jifty/Script/Schema.pm b/lib/Jifty/Script/Schema.pm
index 0014497..ec59c69 100755
--- a/lib/Jifty/Script/Schema.pm
+++ b/lib/Jifty/Script/Schema.pm
@@ -557,7 +557,7 @@ sub upgrade_tables {
     } elsif ( $appv == $dbv ) {
 
         # Shouldn't happen
-        print "$baseclass version $appv up to date.\n";
+        print "$baseclass database version $appv up to date.\n";
         return;
     }
     $log->info("Generating SQL to upgrade $baseclass $dbv database to $appv");

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


More information about the Jifty-commit mailing list