fix description of DB rev 131

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2010-05-01 09:16:22 -04:00
parent 2aca9f26e3
commit 5bf4d52364

View file

@ -3576,7 +3576,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do(q{
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);
}