Commit 56d352476449f0a0acb364b8e489ff53180c19b4

Authored by Daniel Ruoso
1 parent b7483b50
Exists in master

corrige definição de defaults

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Fila-Servico/lib/Fila/Servico/DB/Guiche.pm
... ... @@ -54,12 +54,12 @@ __PACKAGE__->add_columns
54 54 timeout_chamando =>
55 55 {
56 56 data_type => 'integer',
57   - default => 180,
  57 + default_value => 180,
58 58 },
59 59 timeout_concluido =>
60 60 {
61 61 data_type => 'integer',
62   - default => 20,
  62 + default_value => 20,
63 63 }
64 64 );
65 65 __PACKAGE__->set_primary_key(qw(id_guiche));
... ...