[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[6699] trunk/LedgerSMB/Scripts/setup.pm



Revision: 6699
          http://sourceforge.net/p/ledger-smb/code/6699
Author:   einhverfr
Date:     2014-01-29 03:08:02 +0000 (Wed, 29 Jan 2014)
Log Message:
-----------
Fixing error on upgrade reported by freelock yesterday

Modified Paths:
--------------
    trunk/LedgerSMB/Scripts/setup.pm

Modified: trunk/LedgerSMB/Scripts/setup.pm
===================================================================
--- trunk/LedgerSMB/Scripts/setup.pm	2014-01-28 16:08:39 UTC (rev 6698)
+++ trunk/LedgerSMB/Scripts/setup.pm	2014-01-29 03:08:02 UTC (rev 6699)
@@ -898,8 +898,8 @@
     my $temp = $database->loader_log_filename();
     my $rc;
 
-    $dbh->do("CREATE SCHEMA $LedgerSMB::Sysconfig::dbnamespace")
-	or die "Failed to create schema $LedgerSMB::Sysconfig::dbnamespace (" . $dbh->errstr . ")";
+    $dbh->do("CREATE SCHEMA $LedgerSMB::Sysconfig::db_namespace")
+	or die "Failed to create schema $LedgerSMB::Sysconfig::dbn_amespace (" . $dbh->errstr . ")";
     $dbh->commit;
     $dbh->begin_work;
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits