[Jifty-commit] r6330 - in jifty/trunk: lib/Jifty/Script

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 10 19:57:15 EST 2009


Author: alexmv
Date: Tue Feb 10 19:57:14 2009
New Revision: 6330

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Script/Schema.pm

Log:
 r41982 at kohr-ah:  chmrr | 2009-02-10 19:17:31 -0500
  * Don't try to drop the DB if we know it doesn't exist


Modified: jifty/trunk/lib/Jifty/Script/Schema.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script/Schema.pm	(original)
+++ jifty/trunk/lib/Jifty/Script/Schema.pm	Tue Feb 10 19:57:14 2009
@@ -228,6 +228,7 @@
     {
 
         # No database exists; we'll need to make one and fill it up
+        $self->{drop_database}     = 0;
         $self->{create_database}   = 1;
         $self->{create_all_tables} = 1;
     } elsif ($error) {


More information about the Jifty-commit mailing list