DBRev fix - "" was wrong smartquotes. fixed
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
c84fe12d5e
commit
b14c46c942
1 changed files with 1 additions and 1 deletions
|
@ -12199,7 +12199,7 @@ $DBversion = "3.23.00.046";
|
|||
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||
|
||||
$dbh->do(q{
|
||||
ALTER TABLE vendor_edi_accounts ADD COLUMN plugin VARCHAR(256) NOT NULL DEFAULT “”;
|
||||
ALTER TABLE vendor_edi_accounts ADD COLUMN plugin VARCHAR(256) NOT NULL DEFAULT "";
|
||||
});
|
||||
|
||||
print "Upgrade to $DBversion done (Bug 15630 - Make Edifact module pluggable))\n";
|
||||
|
|
Loading…
Reference in a new issue