Show
Ignore:
Timestamp:
02/08/08 02:44:39 (2 years ago)
Author:
eevee
Message:

Database refactoring. Renamed columns and tables to be more consistent and more readable. (#58)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Schema/Machines.pm

    r350 r406  
    1313__PACKAGE__->load_components('Core'); 
    1414__PACKAGE__->table('machines'); 
    15 __PACKAGE__->add_columns(qw/ id generation cost moveid location /); 
     15__PACKAGE__->add_columns(qw/ id generation cost move_id location /); 
    1616__PACKAGE__->set_primary_key(qw/ id generation /); 
    1717