Created
February 23, 2016 08:38
-
-
Save sandervd/884027d8fa7d5a14165a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: core/modules/file/file.install | |
=================================================================== | |
--- core/modules/file/file.install (revision 63a1cfa2cfe622ddf89a6286b6b2e33233f2d21a) | |
+++ core/modules/file/file.install (revision ) | |
@@ -35,7 +35,7 @@ | |
'id' => array( | |
'description' => 'The primary key of the object using the file.', | |
'type' => 'varchar_ascii', | |
- 'length' => 64, | |
+ 'length' => 255, | |
'not null' => TRUE, | |
'default' => 0, | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment