Skip to content

Instantly share code, notes, and snippets.

@sandervd
Created February 23, 2016 08:38
Show Gist options
  • Save sandervd/884027d8fa7d5a14165a to your computer and use it in GitHub Desktop.
Save sandervd/884027d8fa7d5a14165a to your computer and use it in GitHub Desktop.
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