Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlaefer committed Nov 16, 2014
1 parent 9b20bf0 commit 630c1b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Config/Schema/schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

class AppSchema extends CakeSchema {

use SchemaCakeMysqlFixTrait;

public $bookmarks = array(
'id' => array('type' => 'integer', 'null' => false, 'default' => null, 'unsigned' => false, 'key' => 'primary'),
'user_id' => array('type' => 'integer', 'null' => false, 'default' => null, 'unsigned' => false, 'key' => 'index'),
Expand Down

0 comments on commit 630c1b6

Please sign in to comment.