Fix newline in upgrade script

This commit is contained in:
paul 2007-01-24 17:54:36 +00:00
parent f2370f759c
commit c2b524aaba
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ echo " * Converting metadata values 'ls:genre' to 'dc:type'...";
$sql = "UPDATE ".$CC_CONFIG['mdataTable']." SET predns='dc', predicate='type' WHERE predns='ls' and predicate='genre'";
camp_install_query($sql);
echo " * Adding 'jobpid' to ".$CC_CONFIG['transTable']."...\n";
echo " * Adding 'jobpid' to ".$CC_CONFIG['transTable']."...";
$sql = "ALTER TABLE ".$CC_CONFIG['transTable']." ADD COLUMN jobpid int";
camp_install_query($sql);