Default for test_groups.obsolete should be 0.

This commit is contained in:
zach%zachlipton.com 2006-01-17 04:44:43 +00:00
Родитель aecc1e42bc
Коммит 3ab2b33751
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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...";