Commit 8ec4568e authored by Frédéric Buclin's avatar Frédéric Buclin

Include missing newline

parent c6c54c2e
......@@ -3770,6 +3770,7 @@ sub _shorten_long_quips {
print " $quipid";
$query->execute($quip_str, $quipid);
}
print "\n";
}
$dbh->bz_alter_column('quips', 'quip', { TYPE => 'varchar(512)', NOTNULL => 1});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment