Commit 8425656a authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1188980: PostgreSQL crashes when running checksetup.pl due to too long…

Bug 1188980: PostgreSQL crashes when running checksetup.pl due to too long cookies in the logincookies table r=gerv a=dkl
parent 1457749b
......@@ -436,10 +436,6 @@ sub update_table_definitions {
$dbh->bz_alter_column('groups', 'userregexp',
{TYPE => 'TINYTEXT', NOTNULL => 1, DEFAULT => "''"});
# 2005-09-26 - olav@bkor.dhs.org - Bug 119524
$dbh->bz_alter_column('logincookies', 'cookie',
{TYPE => 'varchar(16)', PRIMARYKEY => 1, NOTNULL => 1});
_clean_control_characters_from_short_desc();
# 2005-12-07 altlst@sonic.net -- Bug 225221
......
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