Maintain status quo and keep the default of exporting all assets.

This commit is contained in:
Chris Nehren 2008-01-02 23:01:16 +00:00
parent 7accc3c57f
commit f6f20d27d6
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ ENDSQL
sub addIsExportable {
my $session = shift;
print "Adding isExportable flag for all assets (fine-grained export control)..." unless $quiet;
$session->db->write('alter table assetData add column isExportable int(11) not null default 0');
$session->db->write('alter table assetData add column isExportable int(11) not null default 1');
print "DONE!\n" unless $quiet;
}

View file

@ -457,7 +457,7 @@ sub definition {
hoverHelp=>$i18n->get('make asset exportable description'),
uiLevel=>9,
fieldType=>'yesNo',
defaultValue=>0,
defaultValue=>1,
},
status=>{
noFormPost=>1,