Changeset 406 for veekun/trunk/vee.yml

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/vee.yml

    r109 r406  
    99        password_hash_type: SHA-1 
    1010 
    11 authorization: 
    12     dbic: 
    13         role_class: DBIC::Permissions 
    14         # The name of the field in the 'roles' table that contains the role name 
    15         role_field: permission 
    16         # The name of the accessor used to map a role to the users who have this role 
    17         # See the has_many() in MyAppDB/Role.pm 
    18         role_rel: users 
    19         # The name of the field in the user_role table that references the user 
    20         user_role_user_field: userid 
    21  
    2211session: 
    2312    dbic_class: DBIC::Sessions 
     
    2514    id_field: id 
    2615    data_field: data 
    27     expires_field: expires 
     16    expires_field: time_expires 
    2817 
    2918static: