fix description of DB rev 131
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
2aca9f26e3
commit
5bf4d52364
1 changed files with 1 additions and 1 deletions
|
@ -3576,7 +3576,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||||
$dbh->do(q{
|
$dbh->do(q{
|
||||||
INSERT IGNORE INTO message_transport_types (message_transport_type) VALUES ('print'),('feed');
|
INSERT IGNORE INTO message_transport_types (message_transport_type) VALUES ('print'),('feed');
|
||||||
});
|
});
|
||||||
print "Upgrade to $DBversion done (Adding index to language_descriptions table)\n";
|
print "Upgrade to $DBversion done (adding print and feed message transport types)\n";
|
||||||
SetVersion ($DBversion);
|
SetVersion ($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue