Skip to content

Commit

Permalink
Increasing size of db-column
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Ludvigsen committed May 13, 2015
1 parent 3093f8a commit 6d38c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/create-slidifier.sql
Expand Up @@ -7,6 +7,6 @@ CREATE TABLE slidifier.slideshows (
);

CREATE TABLE images (
id VARCHAR(50) NOT NULL PRIMARY KEY,
id VARCHAR(500) NOT NULL PRIMARY KEY,
bytes MEDIUMBLOB NOT NULL;
);

0 comments on commit 6d38c10

Please sign in to comment.