Skip to content

Commit ad07944

Browse files
author
William Lima
committed
Removed original_name and size fields from create attachments table because there's already a migration created add both fields
1 parent 9bba859 commit ad07944

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Config/Migration/1384466065_create_attachments_table.php

-9
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ class CreateAttachmentsTable extends CakeMigration {
4444
'null' => false,
4545
'length' => 100
4646
),
47-
'size' => array(
48-
'type' => 'integer',
49-
'null' => false
50-
),
51-
'original_name' => array(
52-
'type' => 'string',
53-
'null' => false,
54-
'length' => 150
55-
),
5647
'indexes' => array(
5748
'PRIMARY' => array(
5849
'column' => 'id',

0 commit comments

Comments
 (0)