diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-18 19:22:06 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-18 19:22:06 +0200 |
commit | 8ec4568ed63fd2148695f4d3a25bd3e48784c45e (patch) | |
tree | 55e97664ca3bf1dc09a30b2ccaa1c3a8b9656d55 | |
parent | c6c54c2e4235783544c44c08e4e55d4057556588 (diff) | |
download | bugzilla-8ec4568ed63fd2148695f4d3a25bd3e48784c45e.tar.gz bugzilla-8ec4568ed63fd2148695f4d3a25bd3e48784c45e.tar.xz |
Include missing newline
-rw-r--r-- | Bugzilla/Install/DB.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index e04766f24..a6f088482 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -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}); } |