diff --git a/webtools/litmus/populatedb.pl b/webtools/litmus/populatedb.pl index fcf92545b1d8..1efcbf29bdba 100755 --- a/webtools/litmus/populatedb.pl +++ b/webtools/litmus/populatedb.pl @@ -138,7 +138,7 @@ $dbtool->AddField("users", "is_admin", "tinyint(1) default '0'"); # replace enums with more portable and flexible formats: $dbtool->ChangeFieldType("products", "enabled", 'tinyint default \'1\''); -$dbtool->ChangeFieldType("test_groups", "obsolete", 'tinyint default \'1\''); +$dbtool->ChangeFieldType("test_groups", "obsolete", 'tinyint default \'0\''); # javascript cache print "Rebuilding JS cache...";