Skip to content

Commit

Permalink
Updated key
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovani committed Jul 11, 2019
1 parent dccfe58 commit b91cdea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function cloudinary_storage_db_schema() {
'not null' => FALSE,
),
),
'primary key' => array(array('public_id', 191)),
'primary key' => ['public_id'],
);

return $schema;
Expand Down

0 comments on commit b91cdea

Please sign in to comment.