MT#9177 Rename sync_type to bootstrap_method

changes/75/675/1
Irina Peshinskaya 11 years ago
parent ec0861874b
commit 97018216b4

@ -22,7 +22,7 @@ __PACKAGE__->add_columns(
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 0 },
"parameter_value",
{ data_type => "varchar", size => 255, is_nullable => 0 },
"sync_type",
"bootstrap_method",
{
data_type => "enum",
default_value => "http",

@ -16,7 +16,7 @@ __PACKAGE__->add_columns(
is_auto_increment => 1,
is_nullable => 0,
},
"sync_type",
"bootstrap_method",
{
data_type => "enum",
default_value => "http",

Loading…
Cancel
Save