Changeset 4374 for trunk/tests/models

Show
Ignore:
Timestamp:
05/17/08 13:22:24 (8 months ago)
Author:
romanb
Message:

Merged dbal bugfixes from 0.11.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/models/cms/CmsUser.php

    r4364 r4374  
    55  { 
    66      $class->mapColumn('id', 'integer', 4, array('primary' => true, 'autoincrement' => true)); 
     7      $class->mapColumn('status', 'string', 50); 
    78      $class->mapColumn('username', 'string', 255); 
    89      $class->mapColumn('name', 'string', 255);